Html Css Color HEX #778F14 Olive Drab

📋 copy color: '#778F14'

red 119 ◦ green 143 ◦ blue 20

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

Shades of Olive Drab #778F14

Tints of Olive Drab #778F14

RGB

 RED value IS 119 (46.88% from 255) = 42.2%

 GREEN value IS 143 (56.25% from 255) = 50.71%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 42.2%
G = 50.71%
B = 7.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#778F14 (or 0x778F14) is known color: Olive Drab. HEX triplet: 77, 8F and 14. RGB value is (119,143,20). Sum of RGB (Red+Green+Blue) = 119+143+20=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #778F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778F14 is #8870EB. Grayscale: #7A7A7A. Windows color (decimal): -8941804 or 1347447. OLE color: 1347447.

HSL color Cylindrical-coordinate representation of color #778F14: hue angle of 71.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #778F14 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 143 20 -
CMYK 0.17 0 0.86 0.44
HSL 71.71º 0.75% 0.32% -
HSV(B) 71.71º 0.86% 0.56% -
XYZ 17.56 23.62 4.3 -
YUV 121.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 119 143 20 0.17 0 0.86 0.44 71.71 0.75 0.32
Hex 77 8F 14 11 0 56 2C 48 4B 20
Octal 167 217 24 21 0 126 54 110 113 40
Binary 1110111 10001111 10100 10001 0 1010110 101100 1001000 1001011 100000

Color Harmonies of #778F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F14

Black with #778F14

Text Example


Text Example

White with #778F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778F14; }

 p { color: rgb(119,143,20); }

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

background-color css

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

 a { background-color: rgb(119,143,20); }

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

border-color css

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

 span { border-color: rgb(119,143,20); }

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