Html Css Color HEX #809288 Granny Smith

📋 copy color: '#809288'

red 128 ◦ green 146 ◦ blue 136

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

Shades of Granny Smith #809288

Tints of Granny Smith #809288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 31.22%
G = 35.61%
B = 33.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#809288 (or 0x809288) is known color: Granny Smith. HEX triplet: 80, 92 and 88. RGB value is (128,146,136). Sum of RGB (Red+Green+Blue) = 128+146+136=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #809288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809288 is #7F6D77. Grayscale: #8B8B8B. Windows color (decimal): -8351096 or 8950400. OLE color: 8950400.

HSL color Cylindrical-coordinate representation of color #809288: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #809288 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 136 -
CMYK 0.12 0 0.07 0.43
HSL 146.67º 0.08% 0.54% -
HSV(B) 146.67º 0.12% 0.57% -
XYZ 23.62 26.92 27.24 -
YUV 139.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 128 146 136 0.12 0 0.07 0.43 146.67 0.08 0.54
Hex 80 92 88 C 0 7 2B 93 8 36
Octal 200 222 210 14 0 7 53 223 10 66
Binary 10000000 10010010 10001000 1100 0 111 101011 10010011 1000 110110

Color Harmonies of #809288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809288

Black with #809288

Text Example


Text Example

White with #809288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809288; }

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

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

background-color css

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

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

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

border-color css

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

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

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