#81850C

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

Shades of Olive #81850C

Tints of Olive #81850C

Color information

#81850C (or 0x81850C) is unknown color: approx Olive. HEX triplet: 81, 85 and 0C. RGB value is (129,133,12). Sum of RGB (Red+Green+Blue) = 129+133+12=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #81850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81850C is #7E7AF3. Grayscale: #767676. Windows color (decimal): -8289012 or 820609. OLE color: 820609.

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

Color convert

RGB12913312-
CMYK0.0300.910.48
HSL61.98º83.45%28.43%-
HSV(B)61.98º90.98%52.16%-
XYZ17.5121.473.57-
YUV118.0168.17135.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=47.08%
G=48.54%
B=4.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133120.0300.910.4861.9883.4528.43
Hex8185C305B303e531c
Octal2012051430133607612334
Binary100000011000010111001101011011110000111110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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