Html Css Color HEX #787011 Olivetone

📋 copy color: '#787011'

red 120 ◦ green 112 ◦ blue 17

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

Shades of Olivetone #787011

Tints of Olivetone #787011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 48.19%
G = 44.98%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#787011 (or 0x787011) is known color: Olivetone. HEX triplet: 78, 70 and 11. RGB value is (120,112,17). Sum of RGB (Red+Green+Blue) = 120+112+17=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #787011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787011 is #878FEE. Grayscale: #676767. Windows color (decimal): -8884207 or 1142904. OLE color: 1142904.

HSL color Cylindrical-coordinate representation of color #787011: hue angle of 55.34º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #787011 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 17 -
CMYK 0 0.07 0.86 0.53
HSL 55.34º 0.75% 0.27% -
HSV(B) 55.34º 0.86% 0.47% -
XYZ 13.64 15.62 2.83 -
YUV 103.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 120 112 17 0 0.07 0.86 0.53 55.34 0.75 0.27
Hex 78 70 11 0 7 56 35 37 4B 1B
Octal 170 160 21 0 7 126 65 67 113 33
Binary 1111000 1110000 10001 0 111 1010110 110101 110111 1001011 11011

Color Harmonies of #787011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787011

Black with #787011

Text Example


Text Example

White with #787011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787011; }

 p { color: rgb(120,112,17); }

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

background-color css

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

 a { background-color: rgb(120,112,17); }

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

border-color css

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

 span { border-color: rgb(120,112,17); }

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