Html Css Color HEX #787012 Olivetone

📋 copy color: '#787012'

red 120 ◦ green 112 ◦ blue 18

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

Shades of Olivetone #787012

Tints of Olivetone #787012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 48%
G = 44.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#787012 (or 0x787012) is known color: Olivetone. HEX triplet: 78, 70 and 12. RGB value is (120,112,18). Sum of RGB (Red+Green+Blue) = 120+112+18=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #787012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787012 is #878FED. Grayscale: #686868. Windows color (decimal): -8884206 or 1208440. OLE color: 1208440.

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

Color convert

RGB 120 112 18 -
CMYK 0 0.07 0.85 0.53
HSL 55.29º 0.74% 0.27% -
HSV(B) 55.29º 0.85% 0.47% -
XYZ 13.65 15.63 2.87 -
YUV 103.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 120 112 18 0 0.07 0.85 0.53 55.29 0.74 0.27
Hex 78 70 12 0 7 55 35 37 4A 1B
Octal 170 160 22 0 7 125 65 67 112 33
Binary 1111000 1110000 10010 0 111 1010101 110101 110111 1001010 11011

Color Harmonies of #787012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787012

Black with #787012

Text Example


Text Example

White with #787012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787012; }

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

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

background-color css

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

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

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

border-color css

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

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

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