Html Css Color HEX #80938E Granny Smith

📋 copy color: '#80938E'

red 128 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #80938E

Tints of Granny Smith #80938E

RGB

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

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

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

R = 30.7%
G = 35.25%
B = 34.05%

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

#80938E (or 0x80938E) is known color: Granny Smith. HEX triplet: 80, 93 and 8E. RGB value is (128,147,142). Sum of RGB (Red+Green+Blue) = 128+147+142=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #80938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938E is #7F6C71. Grayscale: #8C8C8C. Windows color (decimal): -8350834 or 9343872. OLE color: 9343872.

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

Color convert

RGB 128 147 142 -
CMYK 0.13 0 0.03 0.42
HSL 164.21º 0.08% 0.54% -
HSV(B) 164.21º 0.13% 0.58% -
XYZ 24.22 27.41 29.61 -
YUV 140.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 128 147 142 0.13 0 0.03 0.42 164.21 0.08 0.54
Hex 80 93 8E D 0 3 2A A4 8 36
Octal 200 223 216 15 0 3 52 244 10 66
Binary 10000000 10010011 10001110 1101 0 11 101010 10100100 1000 110110

Color Harmonies of #80938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80938E

Black with #80938E

Text Example


Text Example

White with #80938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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