Html Css Color HEX #817707 Olive

📋 copy color: '#817707'

red 129 ◦ green 119 ◦ blue 7

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

Shades of Olive #817707

Tints of Olive #817707

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 7 (3.13% from 255) = 2.75%

R = 50.59%
G = 46.67%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#817707 (or 0x817707) is known color: Olive. HEX triplet: 81, 77 and 07. RGB value is (129,119,7). Sum of RGB (Red+Green+Blue) = 129+119+7=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #817707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817707 is #7E88F8. Grayscale: #6D6D6D. Windows color (decimal): -8292601 or 489345. OLE color: 489345.

HSL color Cylindrical-coordinate representation of color #817707: hue angle of 55.08º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #817707 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 119 7 -
CMYK 0 0.08 0.95 0.49
HSL 55.08º 0.9% 0.27% -
HSV(B) 55.08º 0.95% 0.51% -
XYZ 15.69 17.88 2.82 -
YUV 109.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 129 119 7 0 0.08 0.95 0.49 55.08 0.9 0.27
Hex 81 77 7 0 8 5F 31 37 5A 1B
Octal 201 167 7 0 10 137 61 67 132 33
Binary 10000001 1110111 111 0 1000 1011111 110001 110111 1011010 11011

Color Harmonies of #817707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817707

Black with #817707

Text Example


Text Example

White with #817707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817707; }

 p { color: rgb(129,119,7); }

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

background-color css

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

 a { background-color: rgb(129,119,7); }

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

border-color css

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

 span { border-color: rgb(129,119,7); }

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