#83978B

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

Shades of Granny Smith #83978B

Tints of Granny Smith #83978B

Color information

#83978B (or 0x83978B) is unknown color: approx Granny Smith. HEX triplet: 83, 97 and 8B. RGB value is (131,151,139). Sum of RGB (Red+Green+Blue) = 131+151+139=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #83978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83978B is #7C6874. Grayscale: #8F8F8F. Windows color (decimal): -8153205 or 9148291. OLE color: 9148291.

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

Color convert

RGB131151139-
CMYK0.1300.080.41
HSL144º8.77%55.29%-
HSV(B)144º13.25%59.22%-
XYZ25.0928.8228.67-
YUV143.65125.37118.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=31.12%
G=35.87%
B=33.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511390.1300.080.411448.7755.29
Hex83978BD082990937
Octal20322721315010512201167
Binary100000111001011110001011110101000101001100100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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