#819008

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

Shades of Olive #819008

Tints of Olive #819008

Color information

#819008 (or 0x819008) is unknown color: approx Olive. HEX triplet: 81, 90 and 08. RGB value is (129,144,8). Sum of RGB (Red+Green+Blue) = 129+144+8=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #819008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819008 is #7E6FF7. Grayscale: #7C7C7C. Windows color (decimal): -8286200 or 561281. OLE color: 561281.

HSL color Cylindrical-coordinate representation of color #819008: hue angle of 66.62º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #819008 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1291448-
CMYK0.1000.940.44
HSL66.62º89.47%29.8%-
HSV(B)66.62º94.44%56.47%-
XYZ19.0724.633.98-
YUV124.0162.53131.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=45.91%
G=51.25%
B=2.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12914480.1000.940.4466.6289.4729.8
Hex81908A05E2C43591e
Octal201220101201365410313136
Binary100000011001000010001010010111101011001000011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819008; }

 p { color: rgb(129,144,8); }

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

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

 a { background-color: rgb(129,144,8); }

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

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

 span { border-color: rgb(129,144,8); }

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