#799506

Color #799506 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #799506

Tints of Olive #799506

Color information

#799506 (or 0x799506) is unknown color: approx Olive. HEX triplet: 79, 95 and 06. RGB value is (121,149,6). Sum of RGB (Red+Green+Blue) = 121+149+6=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #799506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799506 is #866AF9. Grayscale: #7C7C7C. Windows color (decimal): -8809210 or 431481. OLE color: 431481.

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

Color convert

RGB1211496-
CMYK0.1900.960.42
HSL71.75º92.26%30.39%-
HSV(B)71.75º95.97%58.43%-
XYZ18.6725.574.12-
YUV124.3361.22125.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=43.84%
G=53.99%
B=2.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12114960.1900.960.4271.7592.2630.39
Hex79956130602A485c1e
Octal17122562301405211013436
Binary11110011001010111010011011000001010101001000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799506; }

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

 H1.HeaderClassName
 {
   color: #799506;
 }
 .AnyTagClassName
 {
   color: #799506;
 }
</style>
background-color css

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

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

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

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

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

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