#869B92

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

Shades of Granny Smith #869B92

Tints of Granny Smith #869B92

Color information

#869B92 (or 0x869B92) is unknown color: approx Granny Smith. HEX triplet: 86, 9B and 92. RGB value is (134,155,146). Sum of RGB (Red+Green+Blue) = 134+155+146=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #869B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B92 is #79646D. Grayscale: #939393. Windows color (decimal): -7955566 or 9608070. OLE color: 9608070.

HSL color Cylindrical-coordinate representation of color #869B92: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B92 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB134155146-
CMYK0.1400.060.39
HSL154.29º9.5%56.67%-
HSV(B)154.29º13.55%60.78%-
XYZ26.7430.5931.69-
YUV147.7127.04118.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=30.80%
G=35.63%
B=33.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551460.1400.060.39154.299.556.67
Hex869B92E06279aa39
Octal2062332221606472321271
Binary10000110100110111001001011100110100111100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B92; }

 p { color: rgb(134,155,146); }

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

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

 a { background-color: rgb(134,155,146); }

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

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

 span { border-color: rgb(134,155,146); }

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