#6F9D8A

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

Shades of Granny Smith #6F9D8A

Tints of Granny Smith #6F9D8A

Color information

#6F9D8A (or 0x6F9D8A) is unknown color: approx Granny Smith. HEX triplet: 6F, 9D and 8A. RGB value is (111,157,138). Sum of RGB (Red+Green+Blue) = 111+157+138=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D8A is #906275. Grayscale: #8D8D8D. Windows color (decimal): -9462390 or 9084271. OLE color: 9084271.

HSL color Cylindrical-coordinate representation of color #6F9D8A: hue angle of 155.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9D8A is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB111157138-
CMYK0.2900.120.38
HSL155.22º19.01%52.55%-
HSV(B)155.22º29.3%61.57%-
XYZ23.229.3328.48-
YUV141.08126.26106.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=27.34%
G=38.67%
B=33.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111571380.2900.120.38155.2219.0152.55
Hex6F9D8A1D0C269b1335
Octal15723521235014462332365
Binary1101111100111011000101011101011001001101001101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,157,138); }

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

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

 a { background-color: rgb(111,157,138); }

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

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

 span { border-color: rgb(111,157,138); }

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