Html Css Color HEX #779501 Olive

📋 copy color: '#779501'

red 119 ◦ green 149 ◦ blue 1

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

Shades of Olive #779501

Tints of Olive #779501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 44.24%
G = 55.39%
B = 0.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#779501 (or 0x779501) is known color: Olive. HEX triplet: 77, 95 and 01. RGB value is (119,149,1). Sum of RGB (Red+Green+Blue) = 119+149+1=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #779501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779501 is #886AFE. Grayscale: #7B7B7B. Windows color (decimal): -8940287 or 103799. OLE color: 103799.

HSL color Cylindrical-coordinate representation of color #779501: hue angle of 72.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779501 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 1 -
CMYK 0.20 0 0.99 0.42
HSL 72.16º 0.99% 0.29% -
HSV(B) 72.16º 0.99% 0.58% -
XYZ 18.36 25.42 3.97 -
YUV 123.16 59.06 125.03 -
System Red Green Blue C M Y K H S L
Decimal 119 149 1 0.20 0 0.99 0.42 72.16 0.99 0.29
Hex 77 95 1 14 0 63 2A 48 63 1D
Octal 167 225 1 24 0 143 52 110 143 35
Binary 1110111 10010101 1 10100 0 1100011 101010 1001000 1100011 11101

Color Harmonies of #779501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779501

Black with #779501

Text Example


Text Example

White with #779501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779501; }

 p { color: rgb(119,149,1); }

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

background-color css

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

 a { background-color: rgb(119,149,1); }

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

border-color css

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

 span { border-color: rgb(119,149,1); }

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