Html Css Color HEX #779800 Olive

📋 copy color: '#779800'

red 119 ◦ green 152 ◦ blue 0

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

Shades of Olive #779800

Tints of Olive #779800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.09%

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

R = 43.91%
G = 56.09%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#779800 (or 0x779800) is known color: Olive. HEX triplet: 77, 98 and 00. RGB value is (119,152,0). Sum of RGB (Red+Green+Blue) = 119+152+0=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #779800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779800 is #8867FF. Grayscale: #7D7D7D. Windows color (decimal): -8939520 or 39031. OLE color: 39031.

HSL color Cylindrical-coordinate representation of color #779800: hue angle of 73.03º 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 #779800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 0 -
CMYK 0.22 0 1 0.40
HSL 73.03º 1% 0.3% -
HSV(B) 73.03º 1% 0.6% -
XYZ 18.84 26.38 4.1 -
YUV 124.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 119 152 0 0.22 0 1 0.40 73.03 1 0.3
Hex 77 98 0 16 0 64 28 49 64 1E
Octal 167 230 0 26 0 144 50 111 144 36
Binary 1110111 10011000 0 10110 0 1100100 101000 1001001 1100100 11110

Color Harmonies of #779800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779800

Black with #779800

Text Example


Text Example

White with #779800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779800; }

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

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

background-color css

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

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

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

border-color css

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

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

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