Html Css Color HEX #779601 Olive

📋 copy color: '#779601'

red 119 ◦ green 150 ◦ blue 1

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

Shades of Olive #779601

Tints of Olive #779601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.56%

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

R = 44.07%
G = 55.56%
B = 0.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#779601 (or 0x779601) is known color: Olive. HEX triplet: 77, 96 and 01. RGB value is (119,150,1). Sum of RGB (Red+Green+Blue) = 119+150+1=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #779601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779601 is #8869FE. Grayscale: #7C7C7C. Windows color (decimal): -8940031 or 104055. OLE color: 104055.

HSL color Cylindrical-coordinate representation of color #779601: hue angle of 72.48º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779601 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 1 -
CMYK 0.21 0 0.99 0.41
HSL 72.48º 0.99% 0.3% -
HSV(B) 72.48º 0.99% 0.59% -
XYZ 18.52 25.74 4.02 -
YUV 123.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 119 150 1 0.21 0 0.99 0.41 72.48 0.99 0.3
Hex 77 96 1 15 0 63 29 48 63 1E
Octal 167 226 1 25 0 143 51 110 143 36
Binary 1110111 10010110 1 10101 0 1100011 101001 1001000 1100011 11110

Color Harmonies of #779601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779601

Black with #779601

Text Example


Text Example

White with #779601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779601; }

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

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

background-color css

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

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

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

border-color css

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

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

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