Html Css Color HEX #809994 Granny Smith

📋 copy color: '#809994'

red 128 ◦ green 153 ◦ blue 148

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

Shades of Granny Smith #809994

Tints of Granny Smith #809994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 29.84%
G = 35.66%
B = 34.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#809994 (or 0x809994) is known color: Granny Smith. HEX triplet: 80, 99 and 94. RGB value is (128,153,148). Sum of RGB (Red+Green+Blue) = 128+153+148=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #809994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809994 is #7F666B. Grayscale: #909090. Windows color (decimal): -8349292 or 9738624. OLE color: 9738624.

HSL color Cylindrical-coordinate representation of color #809994: hue angle of 168º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809994 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 148 -
CMYK 0.16 0 0.03 0.4
HSL 168º 0.11% 0.55% -
HSV(B) 168º 0.16% 0.6% -
XYZ 25.64 29.51 32.36 -
YUV 144.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 128 153 148 0.16 0 0.03 0.4 168 0.11 0.55
Hex 80 99 94 10 0 3 28 A8 B 37
Octal 200 231 224 20 0 3 50 250 13 67
Binary 10000000 10011001 10010100 10000 0 11 101000 10101000 1011 110111

Color Harmonies of #809994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809994

Black with #809994

Text Example


Text Example

White with #809994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809994; }

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

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

background-color css

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

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

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

border-color css

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

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

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