#81720C

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

Shades of Olive #81720C

Tints of Olive #81720C

Color information

#81720C (or 0x81720C) is unknown color: approx Olive. HEX triplet: 81, 72 and 0C. RGB value is (129,114,12). Sum of RGB (Red+Green+Blue) = 129+114+12=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81720C is #7E8DF3. Grayscale: #6B6B6B. Windows color (decimal): -8293876 or 815745. OLE color: 815745.

HSL color Cylindrical-coordinate representation of color #81720C: hue angle of 52.31º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81720C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB12911412-
CMYK00.120.910.49
HSL52.31º82.98%27.65%-
HSV(B)52.31º90.7%50.59%-
XYZ15.1416.732.78-
YUV106.8674.47143.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=50.59%
G=44.71%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291141200.120.910.4952.3182.9827.65
Hex8172C0C5B3134531c
Octal20116214014133616412334
Binary1000000111100101100011001011011110001110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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