Html Css Color HEX #809992 Granny Smith

📋 copy color: '#809992'

red 128 ◦ green 153 ◦ blue 146

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

Shades of Granny Smith #809992

Tints of Granny Smith #809992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 29.98%
G = 35.83%
B = 34.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#809992 (or 0x809992) is known color: Granny Smith. HEX triplet: 80, 99 and 92. RGB value is (128,153,146). Sum of RGB (Red+Green+Blue) = 128+153+146=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #809992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809992 is #7F666D. Grayscale: #909090. Windows color (decimal): -8349294 or 9607552. OLE color: 9607552.

HSL color Cylindrical-coordinate representation of color #809992: hue angle of 163.2º 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 #809992 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 146 -
CMYK 0.16 0 0.05 0.4
HSL 163.2º 0.11% 0.55% -
HSV(B) 163.2º 0.16% 0.6% -
XYZ 25.48 29.45 31.53 -
YUV 144.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 128 153 146 0.16 0 0.05 0.4 163.2 0.11 0.55
Hex 80 99 92 10 0 5 28 A3 B 37
Octal 200 231 222 20 0 5 50 243 13 67
Binary 10000000 10011001 10010010 10000 0 101 101000 10100011 1011 110111

Color Harmonies of #809992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809992

Black with #809992

Text Example


Text Example

White with #809992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809992; }

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

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

background-color css

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

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

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

border-color css

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

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

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