Html Css Color HEX #80938C Granny Smith

📋 copy color: '#80938C'

red 128 ◦ green 147 ◦ blue 140

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

Shades of Granny Smith #80938C

Tints of Granny Smith #80938C

RGB

 RED value IS 128 (50.39% from 255) = 30.84%

 GREEN value IS 147 (57.81% from 255) = 35.42%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 30.84%
G = 35.42%
B = 33.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#80938C (or 0x80938C) is known color: Granny Smith. HEX triplet: 80, 93 and 8C. RGB value is (128,147,140). Sum of RGB (Red+Green+Blue) = 128+147+140=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #80938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938C is #7F6C73. Grayscale: #8C8C8C. Windows color (decimal): -8350836 or 9212800. OLE color: 9212800.

HSL color Cylindrical-coordinate representation of color #80938C: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80938C is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 140 -
CMYK 0.13 0 0.05 0.42
HSL 157.89º 0.08% 0.54% -
HSV(B) 157.89º 0.13% 0.58% -
XYZ 24.07 27.35 28.82 -
YUV 140.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 128 147 140 0.13 0 0.05 0.42 157.89 0.08 0.54
Hex 80 93 8C D 0 5 2A 9E 8 36
Octal 200 223 214 15 0 5 52 236 10 66
Binary 10000000 10010011 10001100 1101 0 101 101010 10011110 1000 110110

Color Harmonies of #80938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80938C

Black with #80938C

Text Example


Text Example

White with #80938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80938C; }

 p { color: rgb(128,147,140); }

 H1.HeaderClassName
 {
   color: #80938C;
 }
 .AnyTagClassName
 {
   color: #80938C;
 }
</style>

background-color css

<style>
 a { background-color: #80938C; }

 a { background-color: rgb(128,147,140); }

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

border-color css

<style>
 span { border-color: #80938C; }

 span { border-color: rgb(128,147,140); }

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