Html Css Color HEX #779502 Olive

📋 copy color: '#779502'

red 119 ◦ green 149 ◦ blue 2

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

Shades of Olive #779502

Tints of Olive #779502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 44.07%
G = 55.19%
B = 0.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#779502 (or 0x779502) is known color: Olive. HEX triplet: 77, 95 and 02. RGB value is (119,149,2). Sum of RGB (Red+Green+Blue) = 119+149+2=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #779502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779502 is #886AFD. Grayscale: #7B7B7B. Windows color (decimal): -8940286 or 169335. OLE color: 169335.

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

Color convert

RGB 119 149 2 -
CMYK 0.20 0 0.99 0.42
HSL 72.24º 0.97% 0.3% -
HSV(B) 72.24º 0.99% 0.58% -
XYZ 18.37 25.42 4 -
YUV 123.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 119 149 2 0.20 0 0.99 0.42 72.24 0.97 0.3
Hex 77 95 2 14 0 63 2A 48 61 1E
Octal 167 225 2 24 0 143 52 110 141 36
Binary 1110111 10010101 10 10100 0 1100011 101010 1001000 1100001 11110

Color Harmonies of #779502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779502

Black with #779502

Text Example


Text Example

White with #779502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779502; }

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

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

background-color css

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

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

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

border-color css

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

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

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