Html Css Color HEX #787412 Olivetone

📋 copy color: '#787412'

red 120 ◦ green 116 ◦ blue 18

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

Shades of Olivetone #787412

Tints of Olivetone #787412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 47.24%
G = 45.67%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#787412 (or 0x787412) is known color: Olivetone. HEX triplet: 78, 74 and 12. RGB value is (120,116,18). Sum of RGB (Red+Green+Blue) = 120+116+18=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #787412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787412 is #878BED. Grayscale: #6A6A6A. Windows color (decimal): -8883182 or 1209464. OLE color: 1209464.

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

Color convert

RGB 120 116 18 -
CMYK 0 0.03 0.85 0.53
HSL 57.65º 0.74% 0.27% -
HSV(B) 57.65º 0.85% 0.47% -
XYZ 14.1 16.53 3.02 -
YUV 106.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 120 116 18 0 0.03 0.85 0.53 57.65 0.74 0.27
Hex 78 74 12 0 3 55 35 3A 4A 1B
Octal 170 164 22 0 3 125 65 72 112 33
Binary 1111000 1110100 10010 0 11 1010101 110101 111010 1001010 11011

Color Harmonies of #787412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787412

Black with #787412

Text Example


Text Example

White with #787412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787412; }

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

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

background-color css

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

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

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

border-color css

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

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

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