#83978E

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

Shades of Granny Smith #83978E

Tints of Granny Smith #83978E

Color information

#83978E (or 0x83978E) is unknown color: approx Granny Smith. HEX triplet: 83, 97 and 8E. RGB value is (131,151,142). Sum of RGB (Red+Green+Blue) = 131+151+142=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #83978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83978E is #7C6871. Grayscale: #909090. Windows color (decimal): -8153202 or 9344899. OLE color: 9344899.

HSL color Cylindrical-coordinate representation of color #83978E: hue angle of 153º degrees, saturation: 0.09, 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 #83978E is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB131151142-
CMYK0.1300.060.41
HSL153º8.77%55.29%-
HSV(B)153º13.25%59.22%-
XYZ25.3128.9129.84-
YUV143.99126.87118.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=30.90%
G=35.61%
B=33.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511420.1300.060.411538.7755.29
Hex83978ED062999937
Octal2032272161506512311167
Binary10000011100101111000111011010110101001100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83978E; }

 p { color: rgb(131,151,142); }

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

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

 a { background-color: rgb(131,151,142); }

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

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

 span { border-color: rgb(131,151,142); }

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