#727314

Color #727314 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #727314

Tints of Olivetone #727314

Color information

#727314 (or 0x727314) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 14. RGB value is (114,115,20). Sum of RGB (Red+Green+Blue) = 114+115+20=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #727314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727314 is #8D8CEB. Grayscale: #686868. Windows color (decimal): -9276652 or 1340274. OLE color: 1340274.

HSL color Cylindrical-coordinate representation of color #727314: hue angle of 60.63º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #727314 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB11411520-
CMYK0.0100.830.55
HSL60.63º70.37%26.47%-
HSV(B)60.63º82.61%45.1%-
XYZ13.215.893.03-
YUV103.8780.67135.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=45.78%
G=46.18%
B=8.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115200.0100.830.5560.6370.3726.47
Hex7273141053373d461a
Octal1621632410123677510632
Binary1110010111001110100101010011110111111101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727314; }

 p { color: rgb(114,115,20); }

 H1.HeaderClassName
 {
   color: #727314;
 }
 .AnyTagClassName
 {
   color: #727314;
 }
</style>
background-color css

<style>
 a { background-color: #727314; }

 a { background-color: rgb(114,115,20); }

 div.DivClassName
 {
   background-color: #727314;
 }
 .BgClassName
 {
   background-color: #727314;
 }
</style>
border-color css

<style>
 span { border-color: #727314; }

 span { border-color: rgb(114,115,20); }

 td.TdClassName
 {
   border-color: #727314;
 }
 .TagClassName
 {
   border-color: #727314;
 }
</style>