#6FB79F

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

Shades of Keppel #6FB79F

Tints of Keppel #6FB79F

Color information

#6FB79F (or 0x6FB79F) is unknown color: approx Keppel. HEX triplet: 6F, B7 and 9F. RGB value is (111,183,159). Sum of RGB (Red+Green+Blue) = 111+183+159=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB79F is #904860. Grayscale: #9E9E9E. Windows color (decimal): -9455713 or 10467183. OLE color: 10467183.

HSL color Cylindrical-coordinate representation of color #6FB79F: hue angle of 160º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB79F is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB111183159-
CMYK0.3900.130.28
HSL160º33.33%57.65%-
HSV(B)160º39.34%71.76%-
XYZ29.7539.7538.91-
YUV158.74128.1593.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.50%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=24.50%
G=40.40%
B=35.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831590.3900.130.2816033.3357.65
Hex6FB79F270D1Ca0213a
Octal15726723747015342404172
Binary11011111011011110011111100111011011110010100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,159); }

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

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

 a { background-color: rgb(111,183,159); }

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

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

 span { border-color: rgb(111,183,159); }

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