Html Css Color HEX #83978D Granny Smith

📋 copy color: '#83978D'

red 131 ◦ green 151 ◦ blue 141

#83978D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #83978D

Tints of Granny Smith #83978D

RGB

 RED value IS 131 (51.56% from 255) = 30.97%

 GREEN value IS 151 (59.38% from 255) = 35.7%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 30.97%
G = 35.7%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#83978D (or 0x83978D) is known color: Granny Smith. HEX triplet: 83, 97 and 8D. RGB value is (131,151,141). Sum of RGB (Red+Green+Blue) = 131+151+141=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #83978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83978D is #7C6872. Grayscale: #8F8F8F. Windows color (decimal): -8153203 or 9279363. OLE color: 9279363.

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

Color convert

RGB 131 151 141 -
CMYK 0.13 0 0.07 0.41
HSL 150º 0.09% 0.55% -
HSV(B) 150º 0.13% 0.59% -
XYZ 25.23 28.88 29.44 -
YUV 143.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 131 151 141 0.13 0 0.07 0.41 150 0.09 0.55
Hex 83 97 8D D 0 7 29 96 9 37
Octal 203 227 215 15 0 7 51 226 11 67
Binary 10000011 10010111 10001101 1101 0 111 101001 10010110 1001 110111

Color Harmonies of #83978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83978D

Black with #83978D

Text Example


Text Example

White with #83978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83978D;
 }
 .AnyTagClassName
 {
   color: #83978D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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