Html Css Color HEX #817008 Olive

📋 copy color: '#817008'

red 129 ◦ green 112 ◦ blue 8

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

Shades of Olive #817008

Tints of Olive #817008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 51.81%
G = 44.98%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#817008 (or 0x817008) is known color: Olive. HEX triplet: 81, 70 and 08. RGB value is (129,112,8). Sum of RGB (Red+Green+Blue) = 129+112+8=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #817008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817008 is #7E8FF7. Grayscale: #696969. Windows color (decimal): -8294392 or 553089. OLE color: 553089.

HSL color Cylindrical-coordinate representation of color #817008: hue angle of 51.57º 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 #817008 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 8 -
CMYK 0 0.13 0.94 0.49
HSL 51.57º 0.88% 0.27% -
HSV(B) 51.57º 0.94% 0.51% -
XYZ 14.89 16.27 2.59 -
YUV 105.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 129 112 8 0 0.13 0.94 0.49 51.57 0.88 0.27
Hex 81 70 8 0 D 5E 31 34 58 1B
Octal 201 160 10 0 15 136 61 64 130 33
Binary 10000001 1110000 1000 0 1101 1011110 110001 110100 1011000 11011

Color Harmonies of #817008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817008

Black with #817008

Text Example


Text Example

White with #817008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817008; }

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

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

background-color css

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

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

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

border-color css

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

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

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