Html Css Color HEX #777020 Olivetone

📋 copy color: '#777020'

red 119 ◦ green 112 ◦ blue 32

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

Shades of Olivetone #777020

Tints of Olivetone #777020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

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

R = 45.25%
G = 42.59%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#777020 (or 0x777020) is known color: Olivetone. HEX triplet: 77, 70 and 20. RGB value is (119,112,32). Sum of RGB (Red+Green+Blue) = 119+112+32=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #777020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777020 is #888FDF. Grayscale: #696969. Windows color (decimal): -8949728 or 2125943. OLE color: 2125943.

HSL color Cylindrical-coordinate representation of color #777020: hue angle of 55.17º 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 #777020 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 32 -
CMYK 0 0.06 0.73 0.53
HSL 55.17º 0.58% 0.3% -
HSV(B) 55.17º 0.73% 0.47% -
XYZ 13.66 15.61 3.66 -
YUV 104.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 119 112 32 0 0.06 0.73 0.53 55.17 0.58 0.3
Hex 77 70 20 0 6 49 35 37 3A 1E
Octal 167 160 40 0 6 111 65 67 72 36
Binary 1110111 1110000 100000 0 110 1001001 110101 110111 111010 11110

Color Harmonies of #777020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777020

Black with #777020

Text Example


Text Example

White with #777020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777020; }

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

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

background-color css

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

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

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

border-color css

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

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

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