#6F988C

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

Shades of Granny Smith #6F988C

Tints of Granny Smith #6F988C

Color information

#6F988C (or 0x6F988C) is unknown color: approx Granny Smith. HEX triplet: 6F, 98 and 8C. RGB value is (111,152,140). Sum of RGB (Red+Green+Blue) = 111+152+140=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #6F988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F988C is #906773. Grayscale: #8A8A8A. Windows color (decimal): -9463668 or 9214063. OLE color: 9214063.

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

Color convert

RGB111152140-
CMYK0.2700.080.40
HSL162.44º16.6%51.57%-
HSV(B)162.44º26.97%59.61%-
XYZ22.5227.7328.98-
YUV138.37128.92108.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=27.54%
G=37.72%
B=34.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1111521400.2700.080.40162.4416.651.57
Hex6F988C1B0828a21134
Octal15723021433010502422164
Binary1101111100110001000110011011010001010001010001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,152,140); }

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

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

 a { background-color: rgb(111,152,140); }

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

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

 span { border-color: rgb(111,152,140); }

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