Html Css Color HEX #78960C Olive Drab

📋 copy color: '#78960C'

red 120 ◦ green 150 ◦ blue 12

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

Shades of Olive Drab #78960C

Tints of Olive Drab #78960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 42.55%
G = 53.19%
B = 4.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#78960C (or 0x78960C) is known color: Olive Drab. HEX triplet: 78, 96 and 0C. RGB value is (120,150,12). Sum of RGB (Red+Green+Blue) = 120+150+12=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #78960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78960C is #8769F3. Grayscale: #7D7D7D. Windows color (decimal): -8874484 or 824952. OLE color: 824952.

HSL color Cylindrical-coordinate representation of color #78960C: hue angle of 73.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78960C is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 150 12 -
CMYK 0.20 0 0.92 0.41
HSL 73.04º 0.85% 0.32% -
HSV(B) 73.04º 0.92% 0.59% -
XYZ 18.72 25.83 4.35 -
YUV 125.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 120 150 12 0.20 0 0.92 0.41 73.04 0.85 0.32
Hex 78 96 C 14 0 5C 29 49 55 20
Octal 170 226 14 24 0 134 51 111 125 40
Binary 1111000 10010110 1100 10100 0 1011100 101001 1001001 1010101 100000

Color Harmonies of #78960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78960C

Black with #78960C

Text Example


Text Example

White with #78960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78960C; }

 p { color: rgb(120,150,12); }

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

background-color css

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

 a { background-color: rgb(120,150,12); }

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

border-color css

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

 span { border-color: rgb(120,150,12); }

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