Html Css Color HEX #779002 Olive

📋 copy color: '#779002'

red 119 ◦ green 144 ◦ blue 2

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

Shades of Olive #779002

Tints of Olive #779002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.34%

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

R = 44.91%
G = 54.34%
B = 0.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#779002 (or 0x779002) is known color: Olive. HEX triplet: 77, 90 and 02. RGB value is (119,144,2). Sum of RGB (Red+Green+Blue) = 119+144+2=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #779002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779002 is #886FFD. Grayscale: #787878. Windows color (decimal): -8941566 or 168055. OLE color: 168055.

HSL color Cylindrical-coordinate representation of color #779002: hue angle of 70.56º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779002 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 2 -
CMYK 0.17 0 0.99 0.44
HSL 70.56º 0.97% 0.29% -
HSV(B) 70.56º 0.99% 0.56% -
XYZ 17.59 23.87 3.74 -
YUV 120.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 119 144 2 0.17 0 0.99 0.44 70.56 0.97 0.29
Hex 77 90 2 11 0 63 2C 47 61 1D
Octal 167 220 2 21 0 143 54 107 141 35
Binary 1110111 10010000 10 10001 0 1100011 101100 1000111 1100001 11101

Color Harmonies of #779002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779002

Black with #779002

Text Example


Text Example

White with #779002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779002; }

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

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

background-color css

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

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

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

border-color css

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

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

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