Html Css Color HEX #779804 Olive

📋 copy color: '#779804'

red 119 ◦ green 152 ◦ blue 4

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

Shades of Olive #779804

Tints of Olive #779804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 43.27%
G = 55.27%
B = 1.45%

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

#779804 (or 0x779804) is known color: Olive. HEX triplet: 77, 98 and 04. RGB value is (119,152,4). Sum of RGB (Red+Green+Blue) = 119+152+4=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #779804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779804 is #8867FB. Grayscale: #7D7D7D. Windows color (decimal): -8939516 or 301175. OLE color: 301175.

HSL color Cylindrical-coordinate representation of color #779804: hue angle of 73.38º degrees, saturation: 0.95, 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 #779804 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 4 -
CMYK 0.22 0 0.97 0.40
HSL 73.38º 0.95% 0.31% -
HSV(B) 73.38º 0.97% 0.6% -
XYZ 18.86 26.39 4.21 -
YUV 125.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 119 152 4 0.22 0 0.97 0.40 73.38 0.95 0.31
Hex 77 98 4 16 0 61 28 49 5F 1F
Octal 167 230 4 26 0 141 50 111 137 37
Binary 1110111 10011000 100 10110 0 1100001 101000 1001001 1011111 11111

Color Harmonies of #779804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779804

Black with #779804

Text Example


Text Example

White with #779804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779804; }

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

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

background-color css

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

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

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

border-color css

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

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

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