Html Css Color HEX #817009 Olive

📋 copy color: '#817009'

red 129 ◦ green 112 ◦ blue 9

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

Shades of Olive #817009

Tints of Olive #817009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.6%

R = 51.6%
G = 44.8%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#817009 (or 0x817009) is known color: Olive. HEX triplet: 81, 70 and 09. RGB value is (129,112,9). Sum of RGB (Red+Green+Blue) = 129+112+9=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #817009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817009 is #7E8FF6. Grayscale: #696969. Windows color (decimal): -8294391 or 618625. OLE color: 618625.

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

Color convert

RGB 129 112 9 -
CMYK 0 0.13 0.93 0.49
HSL 51.5º 0.87% 0.27% -
HSV(B) 51.5º 0.93% 0.51% -
XYZ 14.9 16.28 2.61 -
YUV 105.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 129 112 9 0 0.13 0.93 0.49 51.5 0.87 0.27
Hex 81 70 9 0 D 5D 31 34 57 1B
Octal 201 160 11 0 15 135 61 64 127 33
Binary 10000001 1110000 1001 0 1101 1011101 110001 110100 1010111 11011

Color Harmonies of #817009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817009

Black with #817009

Text Example


Text Example

White with #817009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817009; }

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

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

background-color css

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

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

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

border-color css

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

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

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