Html Css Color HEX #80948B Granny Smith

📋 copy color: '#80948B'

red 128 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #80948B

Tints of Granny Smith #80948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 30.84%
G = 35.66%
B = 33.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#80948B (or 0x80948B) is known color: Granny Smith. HEX triplet: 80, 94 and 8B. RGB value is (128,148,139). Sum of RGB (Red+Green+Blue) = 128+148+139=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #80948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80948B is #7F6B74. Grayscale: #8D8D8D. Windows color (decimal): -8350581 or 9147520. OLE color: 9147520.

HSL color Cylindrical-coordinate representation of color #80948B: hue angle of 153º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80948B is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 139 -
CMYK 0.14 0 0.06 0.42
HSL 153º 0.09% 0.54% -
HSV(B) 153º 0.14% 0.58% -
XYZ 24.15 27.63 28.49 -
YUV 140.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 128 148 139 0.14 0 0.06 0.42 153 0.09 0.54
Hex 80 94 8B E 0 6 2A 99 9 36
Octal 200 224 213 16 0 6 52 231 11 66
Binary 10000000 10010100 10001011 1110 0 110 101010 10011001 1001 110110

Color Harmonies of #80948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80948B

Black with #80948B

Text Example


Text Example

White with #80948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80948B; }

 p { color: rgb(128,148,139); }

 H1.HeaderClassName
 {
   color: #80948B;
 }
 .AnyTagClassName
 {
   color: #80948B;
 }
</style>

background-color css

<style>
 a { background-color: #80948B; }

 a { background-color: rgb(128,148,139); }

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

border-color css

<style>
 span { border-color: #80948B; }

 span { border-color: rgb(128,148,139); }

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