#72870C

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

Shades of Olive #72870C

Tints of Olive #72870C

Color information

#72870C (or 0x72870C) is unknown color: approx Olive. HEX triplet: 72, 87 and 0C. RGB value is (114,135,12). Sum of RGB (Red+Green+Blue) = 114+135+12=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #72870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72870C is #8D78F3. Grayscale: #737373. Windows color (decimal): -9271540 or 821106. OLE color: 821106.

HSL color Cylindrical-coordinate representation of color #72870C: hue angle of 70.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72870C is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB11413512-
CMYK0.1600.910.47
HSL70.24º83.67%28.82%-
HSV(B)70.24º91.11%52.94%-
XYZ15.6720.933.56-
YUV114.770.04127.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 12 (5.08% from 255) = 4.60%
R=43.68%
G=51.72%
B=4.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135120.1600.910.4770.2483.6728.82
Hex7287C1005B2F46541d
Octal162207142001335710612435
Binary111001010000111110010000010110111011111000110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72870C; }

 p { color: rgb(114,135,12); }

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

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

 a { background-color: rgb(114,135,12); }

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

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

 span { border-color: rgb(114,135,12); }

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