Html Css Color HEX #817005 Olive

📋 copy color: '#817005'

red 129 ◦ green 112 ◦ blue 5

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

Shades of Olive #817005

Tints of Olive #817005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 52.44%
G = 45.53%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#817005 (or 0x817005) is known color: Olive. HEX triplet: 81, 70 and 05. RGB value is (129,112,5). Sum of RGB (Red+Green+Blue) = 129+112+5=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #817005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817005 is #7E8FFA. Grayscale: #696969. Windows color (decimal): -8294395 or 356481. OLE color: 356481.

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

Color convert

RGB 129 112 5 -
CMYK 0 0.13 0.96 0.49
HSL 51.77º 0.93% 0.26% -
HSV(B) 51.77º 0.96% 0.51% -
XYZ 14.87 16.27 2.5 -
YUV 104.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 129 112 5 0 0.13 0.96 0.49 51.77 0.93 0.26
Hex 81 70 5 0 D 60 31 34 5D 1A
Octal 201 160 5 0 15 140 61 64 135 32
Binary 10000001 1110000 101 0 1101 1100000 110001 110100 1011101 11010

Color Harmonies of #817005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817005

Black with #817005

Text Example


Text Example

White with #817005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817005; }

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

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

background-color css

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

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

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

border-color css

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

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

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