Html Css Color HEX #818008 Olive

📋 copy color: '#818008'

red 129 ◦ green 128 ◦ blue 8

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

Shades of Olive #818008

Tints of Olive #818008

RGB

 RED value IS 129 (50.78% from 255) = 48.68%

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 48.68%
G = 48.3%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#818008 (or 0x818008) is known color: Olive. HEX triplet: 81, 80 and 08. RGB value is (129,128,8). Sum of RGB (Red+Green+Blue) = 129+128+8=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #818008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818008 is #7E7FF7. Grayscale: #737373. Windows color (decimal): -8290296 or 557185. OLE color: 557185.

HSL color Cylindrical-coordinate representation of color #818008: hue angle of 59.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #818008 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 128 8 -
CMYK 0 0.01 0.94 0.49
HSL 59.5º 0.88% 0.27% -
HSV(B) 59.5º 0.94% 0.51% -
XYZ 16.82 20.12 3.23 -
YUV 114.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 129 128 8 0 0.01 0.94 0.49 59.5 0.88 0.27
Hex 81 80 8 0 1 5E 31 3C 58 1B
Octal 201 200 10 0 1 136 61 74 130 33
Binary 10000001 10000000 1000 0 1 1011110 110001 111100 1011000 11011

Color Harmonies of #818008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818008

Black with #818008

Text Example


Text Example

White with #818008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818008; }

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

 H1.HeaderClassName
 {
   color: #818008;
 }
 .AnyTagClassName
 {
   color: #818008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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