#839692

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

Shades of Granny Smith #839692

Tints of Granny Smith #839692

Color information

#839692 (or 0x839692) is unknown color: approx Granny Smith. HEX triplet: 83, 96 and 92. RGB value is (131,150,146). Sum of RGB (Red+Green+Blue) = 131+150+146=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #839692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839692 is #7C696D. Grayscale: #8F8F8F. Windows color (decimal): -8153454 or 9606787. OLE color: 9606787.

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

Color convert

RGB131150146-
CMYK0.1300.030.41
HSL167.37º8.3%55.1%-
HSV(B)167.37º12.67%58.82%-
XYZ25.4528.7131.39-
YUV143.86129.21118.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=30.68%
G=35.13%
B=34.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311501460.1300.030.41167.378.355.1
Hex839692D0329a7837
Octal2032262221503512471067
Binary1000001110010110100100101101011101001101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839692; }

 p { color: rgb(131,150,146); }

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

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

 a { background-color: rgb(131,150,146); }

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

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

 span { border-color: rgb(131,150,146); }

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