Html Css Color HEX #83968D Granny Smith

📋 copy color: '#83968D'

red 131 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #83968D

Tints of Granny Smith #83968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

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

R = 31.04%
G = 35.55%
B = 33.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#83968D (or 0x83968D) is known color: Granny Smith. HEX triplet: 83, 96 and 8D. RGB value is (131,150,141). Sum of RGB (Red+Green+Blue) = 131+150+141=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #83968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83968D is #7C6972. Grayscale: #8F8F8F. Windows color (decimal): -8153459 or 9279107. OLE color: 9279107.

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

Color convert

RGB 131 150 141 -
CMYK 0.13 0 0.06 0.41
HSL 151.58º 0.08% 0.55% -
HSV(B) 151.58º 0.13% 0.59% -
XYZ 25.07 28.56 29.39 -
YUV 143.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 131 150 141 0.13 0 0.06 0.41 151.58 0.08 0.55
Hex 83 96 8D D 0 6 29 98 8 37
Octal 203 226 215 15 0 6 51 230 10 67
Binary 10000011 10010110 10001101 1101 0 110 101001 10011000 1000 110111

Color Harmonies of #83968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83968D

Black with #83968D

Text Example


Text Example

White with #83968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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