Html Css Color HEX #778F10 Olive Drab

📋 copy color: '#778F10'

red 119 ◦ green 143 ◦ blue 16

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

Shades of Olive Drab #778F10

Tints of Olive Drab #778F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 42.81%
G = 51.44%
B = 5.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#778F10 (or 0x778F10) is known color: Olive Drab. HEX triplet: 77, 8F and 10. RGB value is (119,143,16). Sum of RGB (Red+Green+Blue) = 119+143+16=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #778F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778F10 is #8870EF. Grayscale: #797979. Windows color (decimal): -8941808 or 1085303. OLE color: 1085303.

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

Color convert

RGB 119 143 16 -
CMYK 0.17 0 0.89 0.44
HSL 71.34º 0.8% 0.31% -
HSV(B) 71.34º 0.89% 0.56% -
XYZ 17.52 23.6 4.12 -
YUV 121.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 119 143 16 0.17 0 0.89 0.44 71.34 0.8 0.31
Hex 77 8F 10 11 0 59 2C 47 50 1F
Octal 167 217 20 21 0 131 54 107 120 37
Binary 1110111 10001111 10000 10001 0 1011001 101100 1000111 1010000 11111

Color Harmonies of #778F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F10

Black with #778F10

Text Example


Text Example

White with #778F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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