Html Css Color HEX #817814 Olive

📋 copy color: '#817814'

red 129 ◦ green 120 ◦ blue 20

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

Shades of Olive #817814

Tints of Olive #817814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 47.96%
G = 44.61%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817814 (or 0x817814) is known color: Olive. HEX triplet: 81, 78 and 14. RGB value is (129,120,20). Sum of RGB (Red+Green+Blue) = 129+120+20=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #817814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817814 is #7E87EB. Grayscale: #6F6F6F. Windows color (decimal): -8292332 or 1341569. OLE color: 1341569.

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

Color convert

RGB 129 120 20 -
CMYK 0 0.07 0.84 0.49
HSL 55.05º 0.73% 0.29% -
HSV(B) 55.05º 0.84% 0.51% -
XYZ 15.9 18.15 3.33 -
YUV 111.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 129 120 20 0 0.07 0.84 0.49 55.05 0.73 0.29
Hex 81 78 14 0 7 54 31 37 49 1D
Octal 201 170 24 0 7 124 61 67 111 35
Binary 10000001 1111000 10100 0 111 1010100 110001 110111 1001001 11101

Color Harmonies of #817814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817814

Black with #817814

Text Example


Text Example

White with #817814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817814; }

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

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

background-color css

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

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

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

border-color css

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

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

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