Html Css Color HEX #779306 Olive

📋 copy color: '#779306'

red 119 ◦ green 147 ◦ blue 6

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

Shades of Olive #779306

Tints of Olive #779306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 43.75%
G = 54.04%
B = 2.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#779306 (or 0x779306) is known color: Olive. HEX triplet: 77, 93 and 06. RGB value is (119,147,6). Sum of RGB (Red+Green+Blue) = 119+147+6=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #779306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779306 is #886CF9. Grayscale: #7B7B7B. Windows color (decimal): -8940794 or 430967. OLE color: 430967.

HSL color Cylindrical-coordinate representation of color #779306: hue angle of 71.91º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #779306 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 6 -
CMYK 0.19 0 0.96 0.42
HSL 71.91º 0.92% 0.3% -
HSV(B) 71.91º 0.96% 0.58% -
XYZ 18.07 24.8 4.01 -
YUV 122.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 119 147 6 0.19 0 0.96 0.42 71.91 0.92 0.3
Hex 77 93 6 13 0 60 2A 48 5C 1E
Octal 167 223 6 23 0 140 52 110 134 36
Binary 1110111 10010011 110 10011 0 1100000 101010 1001000 1011100 11110

Color Harmonies of #779306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779306

Black with #779306

Text Example


Text Example

White with #779306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779306; }

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

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

background-color css

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

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

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

border-color css

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

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

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