Html Css Color HEX #817600 Olive

📋 copy color: '#817600'

red 129 ◦ green 118 ◦ blue 0

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

Shades of Olive #817600

Tints of Olive #817600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.23%
G = 47.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#817600 (or 0x817600) is known color: Olive. HEX triplet: 81, 76 and 00. RGB value is (129,118,0). Sum of RGB (Red+Green+Blue) = 129+118+0=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #817600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817600 is #7E89FF. Grayscale: #6C6C6C. Windows color (decimal): -8292864 or 30337. OLE color: 30337.

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

Color convert

RGB 129 118 0 -
CMYK 0 0.09 1 0.49
HSL 54.88º 1% 0.25% -
HSV(B) 54.88º 1% 0.51% -
XYZ 15.53 17.62 2.58 -
YUV 107.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 129 118 0 0 0.09 1 0.49 54.88 1 0.25
Hex 81 76 0 0 9 64 31 37 64 19
Octal 201 166 0 0 11 144 61 67 144 31
Binary 10000001 1110110 0 0 1001 1100100 110001 110111 1100100 11001

Color Harmonies of #817600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817600

Black with #817600

Text Example


Text Example

White with #817600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817600; }

 p { color: rgb(129,118,0); }

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

background-color css

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

 a { background-color: rgb(129,118,0); }

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

border-color css

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

 span { border-color: rgb(129,118,0); }

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