#869793

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

Shades of Granny Smith #869793

Tints of Granny Smith #869793

Color information

#869793 (or 0x869793) is unknown color: approx Granny Smith. HEX triplet: 86, 97 and 93. RGB value is (134,151,147). Sum of RGB (Red+Green+Blue) = 134+151+147=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 151 - color contains mainly: green. Hex color #869793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869793 is #79686C. Grayscale: #919191. Windows color (decimal): -7956589 or 9672582. OLE color: 9672582.

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

Color convert

RGB134151147-
CMYK0.1100.030.41
HSL165.88º7.56%55.88%-
HSV(B)165.88º11.26%59.22%-
XYZ26.1629.3131.88-
YUV145.46128.87119.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=31.02%
G=34.95%
B=34.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511470.1100.030.41165.887.5655.88
Hex869793B0329a6838
Octal2062272231303512461070
Binary1000011010010111100100111011011101001101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869793; }

 p { color: rgb(134,151,147); }

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

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

 a { background-color: rgb(134,151,147); }

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

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

 span { border-color: rgb(134,151,147); }

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