Html Css Color HEX #779204 Olive

📋 copy color: '#779204'

red 119 ◦ green 146 ◦ blue 4

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

Shades of Olive #779204

Tints of Olive #779204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

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

R = 44.24%
G = 54.28%
B = 1.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#779204 (or 0x779204) is known color: Olive. HEX triplet: 77, 92 and 04. RGB value is (119,146,4). Sum of RGB (Red+Green+Blue) = 119+146+4=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #779204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779204 is #886DFB. Grayscale: #7A7A7A. Windows color (decimal): -8941052 or 299639. OLE color: 299639.

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

Color convert

RGB 119 146 4 -
CMYK 0.18 0 0.97 0.43
HSL 71.41º 0.95% 0.29% -
HSV(B) 71.41º 0.97% 0.57% -
XYZ 17.91 24.49 3.9 -
YUV 121.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 119 146 4 0.18 0 0.97 0.43 71.41 0.95 0.29
Hex 77 92 4 12 0 61 2B 47 5F 1D
Octal 167 222 4 22 0 141 53 107 137 35
Binary 1110111 10010010 100 10010 0 1100001 101011 1000111 1011111 11101

Color Harmonies of #779204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779204

Black with #779204

Text Example


Text Example

White with #779204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779204; }

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

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

background-color css

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

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

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

border-color css

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

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

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