Html Css Color HEX #83978E Granny Smith

📋 copy color: '#83978E'

red 131 ◦ green 151 ◦ blue 142

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

Shades of Granny Smith #83978E

Tints of Granny Smith #83978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 30.9%
G = 35.61%
B = 33.49%

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

#83978E (or 0x83978E) is known color: 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

RGB 131 151 142 -
CMYK 0.13 0 0.06 0.41
HSL 153º 0.09% 0.55% -
HSV(B) 153º 0.13% 0.59% -
XYZ 25.31 28.91 29.84 -
YUV 143.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 131 151 142 0.13 0 0.06 0.41 153 0.09 0.55
Hex 83 97 8E D 0 6 29 99 9 37
Octal 203 227 216 15 0 6 51 231 11 67
Binary 10000011 10010111 10001110 1101 0 110 101001 10011001 1001 110111

Color Harmonies of #83978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83978E

Black with #83978E

Text Example


Text Example

White with #83978E

Text Example


Text Example

HTML Codes & Css Web 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>