#6FB99C

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

Shades of Keppel #6FB99C

Tints of Keppel #6FB99C

Color information

#6FB99C (or 0x6FB99C) is unknown color: approx Keppel. HEX triplet: 6F, B9 and 9C. RGB value is (111,185,156). Sum of RGB (Red+Green+Blue) = 111+185+156=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB99C is #904663. Grayscale: #9F9F9F. Windows color (decimal): -9455204 or 10271087. OLE color: 10271087.

HSL color Cylindrical-coordinate representation of color #6FB99C: hue angle of 156.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB99C is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB111185156-
CMYK0.400.160.27
HSL156.49º34.58%58.04%-
HSV(B)156.49º40%72.55%-
XYZ29.9140.4837.69-
YUV159.57125.9893.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.56%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=24.56%
G=40.93%
B=34.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851560.400.160.27156.4934.5858.04
Hex6FB99C280101B9c233a
Octal15727123450020332344372
Binary110111110111001100111001010000100001101110011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,185,156); }

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

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

 a { background-color: rgb(111,185,156); }

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

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

 span { border-color: rgb(111,185,156); }

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