Html Css Color HEX #779410 Olive Drab

📋 copy color: '#779410'

red 119 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #779410

Tints of Olive Drab #779410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

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

R = 42.05%
G = 52.3%
B = 5.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#779410 (or 0x779410) is known color: Olive Drab. HEX triplet: 77, 94 and 10. RGB value is (119,148,16). Sum of RGB (Red+Green+Blue) = 119+148+16=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #779410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779410 is #886BEF. Grayscale: #7C7C7C. Windows color (decimal): -8940528 or 1086583. OLE color: 1086583.

HSL color Cylindrical-coordinate representation of color #779410: hue angle of 73.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #779410 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 16 -
CMYK 0.20 0 0.89 0.42
HSL 73.18º 0.8% 0.32% -
HSV(B) 73.18º 0.89% 0.58% -
XYZ 18.29 25.14 4.38 -
YUV 124.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 119 148 16 0.20 0 0.89 0.42 73.18 0.8 0.32
Hex 77 94 10 14 0 59 2A 49 50 20
Octal 167 224 20 24 0 131 52 111 120 40
Binary 1110111 10010100 10000 10100 0 1011001 101010 1001001 1010000 100000

Color Harmonies of #779410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779410

Black with #779410

Text Example


Text Example

White with #779410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779410; }

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

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

background-color css

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

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

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

border-color css

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

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

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