#0F6C5F

Color #0F6C5F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0F6C5F

Tints of Blue Stone #0F6C5F

Color information

#0F6C5F (or 0x0F6C5F) is unknown color: approx Blue Stone. HEX triplet: 0F, 6C and 5F. RGB value is (15,108,95). Sum of RGB (Red+Green+Blue) = 15+108+95=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C5F is #F093A0. Grayscale: #4E4E4E. Windows color (decimal): -15766433 or 6253583. OLE color: 6253583.

HSL color Cylindrical-coordinate representation of color #0F6C5F: hue angle of 171.61º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C5F is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1510895-
CMYK0.8600.120.58
HSL171.61º75.61%24.12%-
HSV(B)171.61º86.11%42.35%-
XYZ7.6311.6512.67-
YUV78.71137.1982.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 108 (42.58% from 255) = 49.54%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=6.88%
G=49.54%
B=43.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15108950.8600.120.58171.6175.6124.12
HexF6C5F560C3Aac4c18
Octal171541371260147225411430
Binary11111101100101111110101100110011101010101100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F6C5F; }

 p { color: rgb(15,108,95); }

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

<style>
 a { background-color: #0F6C5F; }

 a { background-color: rgb(15,108,95); }

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

<style>
 span { border-color: #0F6C5F; }

 span { border-color: rgb(15,108,95); }

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