Html Css Color HEX #78960F Olive Drab

📋 copy color: '#78960F'

red 120 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #78960F

Tints of Olive Drab #78960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 42.11%
G = 52.63%
B = 5.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#78960F (or 0x78960F) is known color: Olive Drab. HEX triplet: 78, 96 and 0F. RGB value is (120,150,15). Sum of RGB (Red+Green+Blue) = 120+150+15=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #78960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78960F is #8769F0. Grayscale: #7E7E7E. Windows color (decimal): -8874481 or 1021560. OLE color: 1021560.

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

Color convert

RGB 120 150 15 -
CMYK 0.20 0 0.9 0.41
HSL 73.33º 0.82% 0.32% -
HSV(B) 73.33º 0.9% 0.59% -
XYZ 18.74 25.84 4.45 -
YUV 125.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 120 150 15 0.20 0 0.9 0.41 73.33 0.82 0.32
Hex 78 96 F 14 0 5A 29 49 52 20
Octal 170 226 17 24 0 132 51 111 122 40
Binary 1111000 10010110 1111 10100 0 1011010 101001 1001001 1010010 100000

Color Harmonies of #78960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78960F

Black with #78960F

Text Example


Text Example

White with #78960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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