#859792

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

Shades of Granny Smith #859792

Tints of Granny Smith #859792

Color information

#859792 (or 0x859792) is unknown color: approx Granny Smith. HEX triplet: 85, 97 and 92. RGB value is (133,151,146). Sum of RGB (Red+Green+Blue) = 133+151+146=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #859792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859792 is #7A686D. Grayscale: #919191. Windows color (decimal): -8022126 or 9607045. OLE color: 9607045.

HSL color Cylindrical-coordinate representation of color #859792: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859792 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB133151146-
CMYK0.1200.030.41
HSL163.33º7.96%55.69%-
HSV(B)163.33º11.92%59.22%-
XYZ25.9329.231.46-
YUV145.05128.54119.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=30.93%
G=35.12%
B=33.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331511460.1200.030.41163.337.9655.69
Hex859792C0329a3838
Octal2052272221403512431070
Binary1000010110010111100100101100011101001101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859792; }

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

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

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

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

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

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

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

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