Html Css Color HEX #779100 Olive

📋 copy color: '#779100'

red 119 ◦ green 145 ◦ blue 0

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

Shades of Olive #779100

Tints of Olive #779100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.08%
G = 54.92%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#779100 (or 0x779100) is known color: Olive. HEX triplet: 77, 91 and 00. RGB value is (119,145,0). Sum of RGB (Red+Green+Blue) = 119+145+0=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #779100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779100 is #886EFF. Grayscale: #797979. Windows color (decimal): -8941312 or 37239. OLE color: 37239.

HSL color Cylindrical-coordinate representation of color #779100: hue angle of 70.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #779100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 0 -
CMYK 0.18 0 1 0.43
HSL 70.76º 1% 0.28% -
HSV(B) 70.76º 1% 0.57% -
XYZ 17.73 24.17 3.73 -
YUV 120.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 119 145 0 0.18 0 1 0.43 70.76 1 0.28
Hex 77 91 0 12 0 64 2B 47 64 1C
Octal 167 221 0 22 0 144 53 107 144 34
Binary 1110111 10010001 0 10010 0 1100100 101011 1000111 1100100 11100

Color Harmonies of #779100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779100

Black with #779100

Text Example


Text Example

White with #779100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779100; }

 p { color: rgb(119,145,0); }

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

background-color css

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

 a { background-color: rgb(119,145,0); }

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

border-color css

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

 span { border-color: rgb(119,145,0); }

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