Html Css Color HEX #779706 Olive

📋 copy color: '#779706'

red 119 ◦ green 151 ◦ blue 6

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

Shades of Olive #779706

Tints of Olive #779706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.71%

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

R = 43.12%
G = 54.71%
B = 2.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#779706 (or 0x779706) is known color: Olive. HEX triplet: 77, 97 and 06. RGB value is (119,151,6). Sum of RGB (Red+Green+Blue) = 119+151+6=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #779706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779706 is #8868F9. Grayscale: #7D7D7D. Windows color (decimal): -8939770 or 431991. OLE color: 431991.

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

Color convert

RGB 119 151 6 -
CMYK 0.21 0 0.96 0.41
HSL 73.24º 0.92% 0.31% -
HSV(B) 73.24º 0.96% 0.59% -
XYZ 18.71 26.07 4.22 -
YUV 124.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 119 151 6 0.21 0 0.96 0.41 73.24 0.92 0.31
Hex 77 97 6 15 0 60 29 49 5C 1F
Octal 167 227 6 25 0 140 51 111 134 37
Binary 1110111 10010111 110 10101 0 1100000 101001 1001001 1011100 11111

Color Harmonies of #779706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779706

Black with #779706

Text Example


Text Example

White with #779706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779706; }

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

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

background-color css

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

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

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

border-color css

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

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

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