Html Css Color HEX #817811 Olive

📋 copy color: '#817811'

red 129 ◦ green 120 ◦ blue 17

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

Shades of Olive #817811

Tints of Olive #817811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 48.5%
G = 45.11%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#817811 (or 0x817811) is known color: Olive. HEX triplet: 81, 78 and 11. RGB value is (129,120,17). Sum of RGB (Red+Green+Blue) = 129+120+17=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #817811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817811 is #7E87EE. Grayscale: #6F6F6F. Windows color (decimal): -8292335 or 1144961. OLE color: 1144961.

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

Color convert

RGB 129 120 17 -
CMYK 0 0.07 0.87 0.49
HSL 55.18º 0.77% 0.29% -
HSV(B) 55.18º 0.87% 0.51% -
XYZ 15.87 18.14 3.2 -
YUV 110.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 129 120 17 0 0.07 0.87 0.49 55.18 0.77 0.29
Hex 81 78 11 0 7 57 31 37 4D 1D
Octal 201 170 21 0 7 127 61 67 115 35
Binary 10000001 1111000 10001 0 111 1010111 110001 110111 1001101 11101

Color Harmonies of #817811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817811

Black with #817811

Text Example


Text Example

White with #817811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817811; }

 p { color: rgb(129,120,17); }

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

background-color css

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

 a { background-color: rgb(129,120,17); }

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

border-color css

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

 span { border-color: rgb(129,120,17); }

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