Html Css Color HEX #779500 Olive

📋 copy color: '#779500'

red 119 ◦ green 149 ◦ blue 0

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

Shades of Olive #779500

Tints of Olive #779500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.6%

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

R = 44.4%
G = 55.6%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#779500 (or 0x779500) is known color: Olive. HEX triplet: 77, 95 and 00. RGB value is (119,149,0). Sum of RGB (Red+Green+Blue) = 119+149+0=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #779500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779500 is #886AFF. Grayscale: #7B7B7B. Windows color (decimal): -8940288 or 38263. OLE color: 38263.

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

Color convert

RGB 119 149 0 -
CMYK 0.20 0 1 0.42
HSL 72.08º 1% 0.29% -
HSV(B) 72.08º 1% 0.58% -
XYZ 18.36 25.42 3.94 -
YUV 123.04 58.56 125.12 -
System Red Green Blue C M Y K H S L
Decimal 119 149 0 0.20 0 1 0.42 72.08 1 0.29
Hex 77 95 0 14 0 64 2A 48 64 1D
Octal 167 225 0 24 0 144 52 110 144 35
Binary 1110111 10010101 0 10100 0 1100100 101010 1001000 1100100 11101

Color Harmonies of #779500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779500

Black with #779500

Text Example


Text Example

White with #779500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779500; }

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

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

background-color css

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

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

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

border-color css

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

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

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