Html Css Color HEX #779104 Olive

📋 copy color: '#779104'

red 119 ◦ green 145 ◦ blue 4

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

Shades of Olive #779104

Tints of Olive #779104

RGB

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

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

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

R = 44.4%
G = 54.1%
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

#779104 (or 0x779104) is known color: Olive. HEX triplet: 77, 91 and 04. RGB value is (119,145,4). Sum of RGB (Red+Green+Blue) = 119+145+4=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #779104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779104 is #886EFB. Grayscale: #797979. Windows color (decimal): -8941308 or 299383. OLE color: 299383.

HSL color Cylindrical-coordinate representation of color #779104: hue angle of 71.06º 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 #779104 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 4 -
CMYK 0.18 0 0.97 0.43
HSL 71.06º 0.95% 0.29% -
HSV(B) 71.06º 0.97% 0.57% -
XYZ 17.76 24.18 3.85 -
YUV 121.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 119 145 4 0.18 0 0.97 0.43 71.06 0.95 0.29
Hex 77 91 4 12 0 61 2B 47 5F 1D
Octal 167 221 4 22 0 141 53 107 137 35
Binary 1110111 10010001 100 10010 0 1100001 101011 1000111 1011111 11101

Color Harmonies of #779104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779104

Black with #779104

Text Example


Text Example

White with #779104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779104; }

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

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

background-color css

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

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

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

border-color css

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

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

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