Html Css Color HEX #817002 Olive

📋 copy color: '#817002'

red 129 ◦ green 112 ◦ blue 2

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

Shades of Olive #817002

Tints of Olive #817002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 53.09%
G = 46.09%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#817002 (or 0x817002) is known color: Olive. HEX triplet: 81, 70 and 02. RGB value is (129,112,2). Sum of RGB (Red+Green+Blue) = 129+112+2=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #817002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817002 is #7E8FFD. Grayscale: #696969. Windows color (decimal): -8294398 or 159873. OLE color: 159873.

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

Color convert

RGB 129 112 2 -
CMYK 0 0.13 0.98 0.49
HSL 51.97º 0.97% 0.26% -
HSV(B) 51.97º 0.98% 0.51% -
XYZ 14.86 16.26 2.41 -
YUV 104.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 129 112 2 0 0.13 0.98 0.49 51.97 0.97 0.26
Hex 81 70 2 0 D 62 31 34 61 1A
Octal 201 160 2 0 15 142 61 64 141 32
Binary 10000001 1110000 10 0 1101 1100010 110001 110100 1100001 11010

Color Harmonies of #817002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817002

Black with #817002

Text Example


Text Example

White with #817002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817002; }

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

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

background-color css

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

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

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

border-color css

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

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

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