#0F6B5F

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

Shades of Blue Stone #0F6B5F

Tints of Blue Stone #0F6B5F

Color information

#0F6B5F (or 0x0F6B5F) is unknown color: approx Blue Stone. HEX triplet: 0F, 6B and 5F. RGB value is (15,107,95). Sum of RGB (Red+Green+Blue) = 15+107+95=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B5F is #F094A0. Grayscale: #4E4E4E. Windows color (decimal): -15766689 or 6253327. OLE color: 6253327.

HSL color Cylindrical-coordinate representation of color #0F6B5F: hue angle of 172.17º degrees, saturation: 0.75, 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 #0F6B5F is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1510795-
CMYK0.8600.110.58
HSL172.17º75.41%23.92%-
HSV(B)172.17º85.98%41.96%-
XYZ7.5211.4412.64-
YUV78.12137.5282.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=6.91%
G=49.31%
B=43.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15107950.8600.110.58172.1775.4123.92
HexF6B5F560B3Aac4b18
Octal171531371260137225411330
Binary11111101011101111110101100101111101010101100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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