Html Css Color HEX #779301 Olive

📋 copy color: '#779301'

red 119 ◦ green 147 ◦ blue 1

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

Shades of Olive #779301

Tints of Olive #779301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

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

R = 44.57%
G = 55.06%
B = 0.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#779301 (or 0x779301) is known color: Olive. HEX triplet: 77, 93 and 01. RGB value is (119,147,1). Sum of RGB (Red+Green+Blue) = 119+147+1=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #779301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779301 is #886CFE. Grayscale: #7A7A7A. Windows color (decimal): -8940799 or 103287. OLE color: 103287.

HSL color Cylindrical-coordinate representation of color #779301: hue angle of 71.51º 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 #779301 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 1 -
CMYK 0.19 0 0.99 0.42
HSL 71.51º 0.99% 0.29% -
HSV(B) 71.51º 0.99% 0.58% -
XYZ 18.05 24.79 3.86 -
YUV 121.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 119 147 1 0.19 0 0.99 0.42 71.51 0.99 0.29
Hex 77 93 1 13 0 63 2A 48 63 1D
Octal 167 223 1 23 0 143 52 110 143 35
Binary 1110111 10010011 1 10011 0 1100011 101010 1001000 1100011 11101

Color Harmonies of #779301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779301

Black with #779301

Text Example


Text Example

White with #779301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779301; }

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

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

background-color css

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

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

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

border-color css

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

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

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