Html Css Color HEX #779802 Olive

📋 copy color: '#779802'

red 119 ◦ green 152 ◦ blue 2

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

Shades of Olive #779802

Tints of Olive #779802

RGB

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

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

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

R = 43.59%
G = 55.68%
B = 0.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#779802 (or 0x779802) is known color: Olive. HEX triplet: 77, 98 and 02. RGB value is (119,152,2). Sum of RGB (Red+Green+Blue) = 119+152+2=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #779802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779802 is #8867FD. Grayscale: #7D7D7D. Windows color (decimal): -8939518 or 170103. OLE color: 170103.

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

Color convert

RGB 119 152 2 -
CMYK 0.22 0 0.99 0.40
HSL 73.2º 0.97% 0.3% -
HSV(B) 73.2º 0.99% 0.6% -
XYZ 18.85 26.38 4.16 -
YUV 125.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 119 152 2 0.22 0 0.99 0.40 73.2 0.97 0.3
Hex 77 98 2 16 0 63 28 49 61 1E
Octal 167 230 2 26 0 143 50 111 141 36
Binary 1110111 10011000 10 10110 0 1100011 101000 1001001 1100001 11110

Color Harmonies of #779802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779802

Black with #779802

Text Example


Text Example

White with #779802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779802; }

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

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

background-color css

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

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

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

border-color css

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

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

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