Html Css Color HEX #787014 Olivetone

📋 copy color: '#787014'

red 120 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #787014

Tints of Olivetone #787014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 47.62%
G = 44.44%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#787014 (or 0x787014) is known color: Olivetone. HEX triplet: 78, 70 and 14. RGB value is (120,112,20). Sum of RGB (Red+Green+Blue) = 120+112+20=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #787014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787014 is #878FEB. Grayscale: #686868. Windows color (decimal): -8884204 or 1339512. OLE color: 1339512.

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

Color convert

RGB 120 112 20 -
CMYK 0 0.07 0.83 0.53
HSL 55.2º 0.71% 0.27% -
HSV(B) 55.2º 0.83% 0.47% -
XYZ 13.67 15.63 2.96 -
YUV 103.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 120 112 20 0 0.07 0.83 0.53 55.2 0.71 0.27
Hex 78 70 14 0 7 53 35 37 47 1B
Octal 170 160 24 0 7 123 65 67 107 33
Binary 1111000 1110000 10100 0 111 1010011 110101 110111 1000111 11011

Color Harmonies of #787014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787014

Black with #787014

Text Example


Text Example

White with #787014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787014; }

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

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

background-color css

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

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

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

border-color css

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

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

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