Html Css Color HEX #787010 Olivetone

📋 copy color: '#787010'

red 120 ◦ green 112 ◦ blue 16

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

Shades of Olivetone #787010

Tints of Olivetone #787010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 48.39%
G = 45.16%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#787010 (or 0x787010) is known color: Olivetone. HEX triplet: 78, 70 and 10. RGB value is (120,112,16). Sum of RGB (Red+Green+Blue) = 120+112+16=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #787010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787010 is #878FEF. Grayscale: #676767. Windows color (decimal): -8884208 or 1077368. OLE color: 1077368.

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

Color convert

RGB 120 112 16 -
CMYK 0 0.07 0.87 0.53
HSL 55.38º 0.76% 0.27% -
HSV(B) 55.38º 0.87% 0.47% -
XYZ 13.63 15.62 2.79 -
YUV 103.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 120 112 16 0 0.07 0.87 0.53 55.38 0.76 0.27
Hex 78 70 10 0 7 57 35 37 4C 1B
Octal 170 160 20 0 7 127 65 67 114 33
Binary 1111000 1110000 10000 0 111 1010111 110101 110111 1001100 11011

Color Harmonies of #787010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787010

Black with #787010

Text Example


Text Example

White with #787010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787010; }

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

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

background-color css

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

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

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

border-color css

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

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

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