Html Css Color HEX #779102 Olive

📋 copy color: '#779102'

red 119 ◦ green 145 ◦ blue 2

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

Shades of Olive #779102

Tints of Olive #779102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.51%

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

R = 44.74%
G = 54.51%
B = 0.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#779102 (or 0x779102) is known color: Olive. HEX triplet: 77, 91 and 02. RGB value is (119,145,2). Sum of RGB (Red+Green+Blue) = 119+145+2=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #779102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779102 is #886EFD. Grayscale: #797979. Windows color (decimal): -8941310 or 168311. OLE color: 168311.

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

Color convert

RGB 119 145 2 -
CMYK 0.18 0 0.99 0.43
HSL 70.91º 0.97% 0.29% -
HSV(B) 70.91º 0.99% 0.57% -
XYZ 17.74 24.18 3.79 -
YUV 120.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 119 145 2 0.18 0 0.99 0.43 70.91 0.97 0.29
Hex 77 91 2 12 0 63 2B 47 61 1D
Octal 167 221 2 22 0 143 53 107 141 35
Binary 1110111 10010001 10 10010 0 1100011 101011 1000111 1100001 11101

Color Harmonies of #779102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779102

Black with #779102

Text Example


Text Example

White with #779102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779102; }

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

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

background-color css

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

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

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

border-color css

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

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

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