Html Css Color HEX #787912 Olive

📋 copy color: '#787912'

red 120 ◦ green 121 ◦ blue 18

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

Shades of Olive #787912

Tints of Olive #787912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.72%

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

R = 46.33%
G = 46.72%
B = 6.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#787912 (or 0x787912) is known color: Olive. HEX triplet: 78, 79 and 12. RGB value is (120,121,18). Sum of RGB (Red+Green+Blue) = 120+121+18=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #787912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787912 is #8786ED. Grayscale: #6D6D6D. Windows color (decimal): -8881902 or 1210744. OLE color: 1210744.

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

Color convert

RGB 120 121 18 -
CMYK 0.01 0 0.85 0.53
HSL 60.58º 0.74% 0.27% -
HSV(B) 60.58º 0.85% 0.47% -
XYZ 14.69 17.71 3.22 -
YUV 108.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 120 121 18 0.01 0 0.85 0.53 60.58 0.74 0.27
Hex 78 79 12 1 0 55 35 3D 4A 1B
Octal 170 171 22 1 0 125 65 75 112 33
Binary 1111000 1111001 10010 1 0 1010101 110101 111101 1001010 11011

Color Harmonies of #787912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787912

Black with #787912

Text Example


Text Example

White with #787912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787912; }

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

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

background-color css

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

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

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

border-color css

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

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

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