Html Css Color HEX #0F6E5F Blue Stone

📋 copy color: '#0F6E5F'

red 15 ◦ green 110 ◦ blue 95

#0F6E5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0F6E5F

Tints of Blue Stone #0F6E5F

RGB

 RED value IS 15 (6.25% from 255) = 6.82%

 GREEN value IS 110 (43.36% from 255) = 50%

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 6.82%
G = 50%
B = 43.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#0F6E5F (or 0x0F6E5F) is known color: Blue Stone. HEX triplet: 0F, 6E and 5F. RGB value is (15,110,95). Sum of RGB (Red+Green+Blue) = 15+110+95=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E5F is #F091A0. Grayscale: #4F4F4F. Windows color (decimal): -15765921 or 6254095. OLE color: 6254095.

HSL color Cylindrical-coordinate representation of color #0F6E5F: hue angle of 170.53º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E5F is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 110 95 -
CMYK 0.86 0 0.14 0.57
HSL 170.53º 0.76% 0.25% -
HSV(B) 170.53º 0.86% 0.43% -
XYZ 7.84 12.08 12.74 -
YUV 79.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 15 110 95 0.86 0 0.14 0.57 170.53 0.76 0.25
Hex F 6E 5F 56 0 E 39 AB 4C 19
Octal 17 156 137 126 0 16 71 253 114 31
Binary 1111 1101110 1011111 1010110 0 1110 111001 10101011 1001100 11001

Color Harmonies of #0F6E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6E5F

Black with #0F6E5F

Text Example


Text Example

White with #0F6E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F6E5F;
 }
 .AnyTagClassName
 {
   color: #0F6E5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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