Html Css Color HEX #799006 Olive

📋 copy color: '#799006'

red 121 ◦ green 144 ◦ blue 6

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

Shades of Olive #799006

Tints of Olive #799006

RGB

 RED value IS 121 (47.66% from 255) = 44.65%

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 44.65%
G = 53.14%
B = 2.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#799006 (or 0x799006) is known color: Olive. HEX triplet: 79, 90 and 06. RGB value is (121,144,6). Sum of RGB (Red+Green+Blue) = 121+144+6=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #799006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799006 is #866FF9. Grayscale: #797979. Windows color (decimal): -8810490 or 430201. OLE color: 430201.

HSL color Cylindrical-coordinate representation of color #799006: hue angle of 70º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #799006 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 6 -
CMYK 0.16 0 0.96 0.44
HSL 70º 0.92% 0.29% -
HSV(B) 70º 0.96% 0.56% -
XYZ 17.89 24.02 3.87 -
YUV 121.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 121 144 6 0.16 0 0.96 0.44 70 0.92 0.29
Hex 79 90 6 10 0 60 2C 46 5C 1D
Octal 171 220 6 20 0 140 54 106 134 35
Binary 1111001 10010000 110 10000 0 1100000 101100 1000110 1011100 11101

Color Harmonies of #799006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799006

Black with #799006

Text Example


Text Example

White with #799006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799006; }

 p { color: rgb(121,144,6); }

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

background-color css

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

 a { background-color: rgb(121,144,6); }

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

border-color css

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

 span { border-color: rgb(121,144,6); }

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