Html Css Color HEX #819008 Olive

📋 copy color: '#819008'

red 129 ◦ green 144 ◦ blue 8

#819008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #819008

Tints of Olive #819008

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 value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#819008 (or 0x819008) is known color: 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

RGB 129 144 8 -
CMYK 0.10 0 0.94 0.44
HSL 66.62º 0.89% 0.3% -
HSV(B) 66.62º 0.94% 0.56% -
XYZ 19.07 24.63 3.98 -
YUV 124.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 129 144 8 0.10 0 0.94 0.44 66.62 0.89 0.3
Hex 81 90 8 A 0 5E 2C 43 59 1E
Octal 201 220 10 12 0 136 54 103 131 36
Binary 10000001 10010000 1000 1010 0 1011110 101100 1000011 1011001 11110

Color Harmonies of #819008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819008

Black with #819008

Text Example


Text Example

White with #819008

Text Example


Text Example

HTML Codes & Css Web 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>