Html Css Color HEX #817D6B Olive Haze

📋 copy color: '#817D6B'

red 129 ◦ green 125 ◦ blue 107

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

Shades of Olive Haze #817D6B

Tints of Olive Haze #817D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 35.73%
G = 34.63%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#817D6B (or 0x817D6B) is known color: Olive Haze. HEX triplet: 81, 7D and 6B. RGB value is (129,125,107). Sum of RGB (Red+Green+Blue) = 129+125+107=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D6B is #7E8294. Grayscale: #7C7C7C. Windows color (decimal): -8290965 or 7044481. OLE color: 7044481.

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

Color convert

RGB 129 125 107 -
CMYK 0 0.03 0.17 0.49
HSL 49.09º 0.09% 0.46% -
HSV(B) 49.09º 0.17% 0.51% -
XYZ 19.04 20.4 16.84 -
YUV 124.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 129 125 107 0 0.03 0.17 0.49 49.09 0.09 0.46
Hex 81 7D 6B 0 3 11 31 31 9 2E
Octal 201 175 153 0 3 21 61 61 11 56
Binary 10000001 1111101 1101011 0 11 10001 110001 110001 1001 101110

Color Harmonies of #817D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D6B

Black with #817D6B

Text Example


Text Example

White with #817D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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