Html Css Color HEX #787620 Olivetone

📋 copy color: '#787620'

red 120 ◦ green 118 ◦ blue 32

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

Shades of Olivetone #787620

Tints of Olivetone #787620

RGB

 RED value IS 120 (47.27% from 255) = 44.44%

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

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

R = 44.44%
G = 43.7%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#787620 (or 0x787620) is known color: Olivetone. HEX triplet: 78, 76 and 20. RGB value is (120,118,32). Sum of RGB (Red+Green+Blue) = 120+118+32=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #787620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787620 is #8789DF. Grayscale: #6D6D6D. Windows color (decimal): -8882656 or 2127480. OLE color: 2127480.

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

Color convert

RGB 120 118 32 -
CMYK 0 0.02 0.73 0.53
HSL 58.64º 0.58% 0.3% -
HSV(B) 58.64º 0.73% 0.47% -
XYZ 14.48 17.05 3.89 -
YUV 108.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 120 118 32 0 0.02 0.73 0.53 58.64 0.58 0.3
Hex 78 76 20 0 2 49 35 3B 3A 1E
Octal 170 166 40 0 2 111 65 73 72 36
Binary 1111000 1110110 100000 0 10 1001001 110101 111011 111010 11110

Color Harmonies of #787620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787620

Black with #787620

Text Example


Text Example

White with #787620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787620; }

 p { color: rgb(120,118,32); }

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

background-color css

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

 a { background-color: rgb(120,118,32); }

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

border-color css

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

 span { border-color: rgb(120,118,32); }

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