Html Css Color HEX #779900 Olive

📋 copy color: '#779900'

red 119 ◦ green 153 ◦ blue 0

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

Shades of Olive #779900

Tints of Olive #779900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.25%

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

R = 43.75%
G = 56.25%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#779900 (or 0x779900) is known color: Olive. HEX triplet: 77, 99 and 00. RGB value is (119,153,0). Sum of RGB (Red+Green+Blue) = 119+153+0=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #779900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779900 is #8866FF. Grayscale: #7D7D7D. Windows color (decimal): -8939264 or 39287. OLE color: 39287.

HSL color Cylindrical-coordinate representation of color #779900: hue angle of 73.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #779900 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 0 -
CMYK 0.22 0 1 0.4
HSL 73.33º 1% 0.3% -
HSV(B) 73.33º 1% 0.6% -
XYZ 19 26.7 4.15 -
YUV 125.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 119 153 0 0.22 0 1 0.4 73.33 1 0.3
Hex 77 99 0 16 0 64 28 49 64 1E
Octal 167 231 0 26 0 144 50 111 144 36
Binary 1110111 10011001 0 10110 0 1100100 101000 1001001 1100100 11110

Color Harmonies of #779900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779900

Black with #779900

Text Example


Text Example

White with #779900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779900; }

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

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

background-color css

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

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

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

border-color css

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

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

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