Html Css Color HEX #0F685F Blue Stone

📋 copy color: '#0F685F'

red 15 ◦ green 104 ◦ blue 95

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

Shades of Blue Stone #0F685F

Tints of Blue Stone #0F685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.6%

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

R = 7.01%
G = 48.6%
B = 44.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#0F685F (or 0x0F685F) is known color: Blue Stone. HEX triplet: 0F, 68 and 5F. RGB value is (15,104,95). Sum of RGB (Red+Green+Blue) = 15+104+95=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #0F685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F685F is #F097A0. Grayscale: #4C4C4C. Windows color (decimal): -15767457 or 6252559. OLE color: 6252559.

HSL color Cylindrical-coordinate representation of color #0F685F: hue angle of 173.93º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F685F is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 104 95 -
CMYK 0.86 0 0.09 0.59
HSL 173.93º 0.75% 0.23% -
HSV(B) 173.93º 0.86% 0.41% -
XYZ 7.21 10.83 12.54 -
YUV 76.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 15 104 95 0.86 0 0.09 0.59 173.93 0.75 0.23
Hex F 68 5F 56 0 9 3B AE 4B 17
Octal 17 150 137 126 0 11 73 256 113 27
Binary 1111 1101000 1011111 1010110 0 1001 111011 10101110 1001011 10111

Color Harmonies of #0F685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F685F

Black with #0F685F

Text Example


Text Example

White with #0F685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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