Html Css Color HEX #776E20 Olivetone

📋 copy color: '#776E20'

red 119 ◦ green 110 ◦ blue 32

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

Shades of Olivetone #776E20

Tints of Olivetone #776E20

RGB

 RED value IS 119 (46.88% from 255) = 45.59%

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 45.59%
G = 42.15%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#776E20 (or 0x776E20) is known color: Olivetone. HEX triplet: 77, 6E and 20. RGB value is (119,110,32). Sum of RGB (Red+Green+Blue) = 119+110+32=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E20 is #8891DF. Grayscale: #686868. Windows color (decimal): -8950240 or 2125431. OLE color: 2125431.

HSL color Cylindrical-coordinate representation of color #776E20: hue angle of 53.79º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776E20 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 32 -
CMYK 0 0.08 0.73 0.53
HSL 53.79º 0.58% 0.3% -
HSV(B) 53.79º 0.73% 0.47% -
XYZ 13.44 15.18 3.59 -
YUV 103.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 119 110 32 0 0.08 0.73 0.53 53.79 0.58 0.3
Hex 77 6E 20 0 8 49 35 36 3A 1E
Octal 167 156 40 0 10 111 65 66 72 36
Binary 1110111 1101110 100000 0 1000 1001001 110101 110110 111010 11110

Color Harmonies of #776E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E20

Black with #776E20

Text Example


Text Example

White with #776E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E20; }

 p { color: rgb(119,110,32); }

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

background-color css

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

 a { background-color: rgb(119,110,32); }

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

border-color css

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

 span { border-color: rgb(119,110,32); }

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