Html Css Color HEX #80938F Granny Smith

📋 copy color: '#80938F'

red 128 ◦ green 147 ◦ blue 143

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

Shades of Granny Smith #80938F

Tints of Granny Smith #80938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 30.62%
G = 35.17%
B = 34.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#80938F (or 0x80938F) is known color: Granny Smith. HEX triplet: 80, 93 and 8F. RGB value is (128,147,143). Sum of RGB (Red+Green+Blue) = 128+147+143=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #80938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938F is #7F6C70. Grayscale: #8C8C8C. Windows color (decimal): -8350833 or 9409408. OLE color: 9409408.

HSL color Cylindrical-coordinate representation of color #80938F: hue angle of 167.37º 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 #80938F is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 143 -
CMYK 0.13 0 0.03 0.42
HSL 167.37º 0.08% 0.54% -
HSV(B) 167.37º 0.13% 0.58% -
XYZ 24.29 27.44 30 -
YUV 140.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 128 147 143 0.13 0 0.03 0.42 167.37 0.08 0.54
Hex 80 93 8F D 0 3 2A A7 8 36
Octal 200 223 217 15 0 3 52 247 10 66
Binary 10000000 10010011 10001111 1101 0 11 101010 10100111 1000 110110

Color Harmonies of #80938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80938F

Black with #80938F

Text Example


Text Example

White with #80938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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