#799285

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

Shades of Granny Smith #799285

Tints of Granny Smith #799285

Color information

#799285 (or 0x799285) is unknown color: approx Granny Smith. HEX triplet: 79, 92 and 85. RGB value is (121,146,133). Sum of RGB (Red+Green+Blue) = 121+146+133=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #799285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799285 is #866D7A. Grayscale: #898989. Windows color (decimal): -8809851 or 8753785. OLE color: 8753785.

HSL color Cylindrical-coordinate representation of color #799285: hue angle of 148.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799285 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB121146133-
CMYK0.1700.090.43
HSL148.8º10.29%52.35%-
HSV(B)148.8º17.12%57.25%-
XYZ22.426.3226.09-
YUV137.04125.72116.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=30.25%
G=36.5%
B=33.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461330.1700.090.43148.810.2952.35
Hex79928511092B95a34
Octal17122220521011532251264
Binary111100110010010100001011000101001101011100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799285; }

 p { color: rgb(121,146,133); }

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

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

 a { background-color: rgb(121,146,133); }

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

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

 span { border-color: rgb(121,146,133); }

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