Html Css Color HEX #779805 Olive

📋 copy color: '#779805'

red 119 ◦ green 152 ◦ blue 5

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

Shades of Olive #779805

Tints of Olive #779805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 43.12%
G = 55.07%
B = 1.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#779805 (or 0x779805) is known color: Olive. HEX triplet: 77, 98 and 05. RGB value is (119,152,5). Sum of RGB (Red+Green+Blue) = 119+152+5=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #779805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779805 is #8867FA. Grayscale: #7D7D7D. Windows color (decimal): -8939515 or 366711. OLE color: 366711.

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

Color convert

RGB 119 152 5 -
CMYK 0.22 0 0.97 0.40
HSL 73.47º 0.94% 0.31% -
HSV(B) 73.47º 0.97% 0.6% -
XYZ 18.86 26.39 4.24 -
YUV 125.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 119 152 5 0.22 0 0.97 0.40 73.47 0.94 0.31
Hex 77 98 5 16 0 61 28 49 5E 1F
Octal 167 230 5 26 0 141 50 111 136 37
Binary 1110111 10011000 101 10110 0 1100001 101000 1001001 1011110 11111

Color Harmonies of #779805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779805

Black with #779805

Text Example


Text Example

White with #779805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779805; }

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

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

background-color css

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

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

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

border-color css

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

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

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