#869993

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

Shades of Granny Smith #869993

Tints of Granny Smith #869993

Color information

#869993 (or 0x869993) is unknown color: approx Granny Smith. HEX triplet: 86, 99 and 93. RGB value is (134,153,147). Sum of RGB (Red+Green+Blue) = 134+153+147=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #869993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869993 is #79666C. Grayscale: #929292. Windows color (decimal): -7956077 or 9673094. OLE color: 9673094.

HSL color Cylindrical-coordinate representation of color #869993: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869993 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB134153147-
CMYK0.1200.040.4
HSL161.05º8.52%56.27%-
HSV(B)161.05º12.42%60%-
XYZ26.4929.9631.99-
YUV146.64128.21118.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=30.88%
G=35.25%
B=33.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531470.1200.040.4161.058.5256.27
Hex869993C0428a1938
Octal2062312231404502411170
Binary10000110100110011001001111000100101000101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869993; }

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

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

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

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

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

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

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

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