#81890A

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

Shades of Olive #81890A

Tints of Olive #81890A

Color information

#81890A (or 0x81890A) is unknown color: approx Olive. HEX triplet: 81, 89 and 0A. RGB value is (129,137,10). Sum of RGB (Red+Green+Blue) = 129+137+10=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #81890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81890A is #7E76F5. Grayscale: #787878. Windows color (decimal): -8287990 or 690561. OLE color: 690561.

HSL color Cylindrical-coordinate representation of color #81890A: hue angle of 63.78º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81890A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB12913710-
CMYK0.0600.930.46
HSL63.78º86.39%28.82%-
HSV(B)63.78º92.7%53.73%-
XYZ18.0522.583.69-
YUV120.1365.85134.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=46.74%
G=49.64%
B=3.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137100.0600.930.4663.7886.3928.82
Hex8189A605D2E40561d
Octal20121112601355610012635
Binary10000001100010011010110010111011011101000000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81890A; }

 p { color: rgb(129,137,10); }

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

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

 a { background-color: rgb(129,137,10); }

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

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

 span { border-color: rgb(129,137,10); }

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