#6E988A

Color #6E988A Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #6E988A

Tints of Granny Smith #6E988A

Color information

#6E988A (or 0x6E988A) is unknown color: approx Granny Smith. HEX triplet: 6E, 98 and 8A. RGB value is (110,152,138). Sum of RGB (Red+Green+Blue) = 110+152+138=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #6E988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E988A is #916775. Grayscale: #898989. Windows color (decimal): -9529206 or 9082990. OLE color: 9082990.

HSL color Cylindrical-coordinate representation of color #6E988A: hue angle of 160º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E988A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB110152138-
CMYK0.2800.090.40
HSL160º16.94%51.37%-
HSV(B)160º27.63%59.61%-
XYZ22.2527.6128.2-
YUV137.85128.09108.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.5%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=27.5%
G=38%
B=34.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101521380.2800.090.4016016.9451.37
Hex6E988A1C0928a01133
Octal15623021234011502402163
Binary1101110100110001000101011100010011010001010000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E988A; }

 p { color: rgb(110,152,138); }

 H1.HeaderClassName
 {
   color: #6E988A;
 }
 .AnyTagClassName
 {
   color: #6E988A;
 }
</style>
background-color css

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

 a { background-color: rgb(110,152,138); }

 div.DivClassName
 {
   background-color: #6E988A;
 }
 .BgClassName
 {
   background-color: #6E988A;
 }
</style>
border-color css

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

 span { border-color: rgb(110,152,138); }

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