Html Css Color HEX #817D65 Olive Haze

📋 copy color: '#817D65'

red 129 ◦ green 125 ◦ blue 101

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

Shades of Olive Haze #817D65

Tints of Olive Haze #817D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 36.34%
G = 35.21%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#817D65 (or 0x817D65) is known color: Olive Haze. HEX triplet: 81, 7D and 65. RGB value is (129,125,101). Sum of RGB (Red+Green+Blue) = 129+125+101=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #817D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D65 is #7E829A. Grayscale: #7B7B7B. Windows color (decimal): -8290971 or 6651265. OLE color: 6651265.

HSL color Cylindrical-coordinate representation of color #817D65: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817D65 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 125 101 -
CMYK 0 0.03 0.22 0.49
HSL 51.43º 0.12% 0.45% -
HSV(B) 51.43º 0.22% 0.51% -
XYZ 18.74 20.27 15.24 -
YUV 123.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 129 125 101 0 0.03 0.22 0.49 51.43 0.12 0.45
Hex 81 7D 65 0 3 16 31 33 C 2D
Octal 201 175 145 0 3 26 61 63 14 55
Binary 10000001 1111101 1100101 0 11 10110 110001 110011 1100 101101

Color Harmonies of #817D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D65

Black with #817D65

Text Example


Text Example

White with #817D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817D65; }

 p { color: rgb(129,125,101); }

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

background-color css

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

 a { background-color: rgb(129,125,101); }

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

border-color css

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

 span { border-color: rgb(129,125,101); }

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