#799992

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

Shades of Granny Smith #799992

Tints of Granny Smith #799992

Color information

#799992 (or 0x799992) is unknown color: approx Granny Smith. HEX triplet: 79, 99 and 92. RGB value is (121,153,146). Sum of RGB (Red+Green+Blue) = 121+153+146=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #799992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799992 is #86666D. Grayscale: #8E8E8E. Windows color (decimal): -8808046 or 9607545. OLE color: 9607545.

HSL color Cylindrical-coordinate representation of color #799992: hue angle of 166.87º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799992 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB121153146-
CMYK0.2100.050.4
HSL166.87º13.56%53.73%-
HSV(B)166.87º20.92%60%-
XYZ24.4628.9231.49-
YUV142.63129.9112.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=28.81%
G=36.43%
B=34.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531460.2100.050.4166.8713.5653.73
Hex799992150528a7e36
Octal1712312222505502471666
Binary11110011001100110010010101010101101000101001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799992; }

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

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

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

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

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

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

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

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