#0C695F

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

Shades of Blue Stone #0C695F

Tints of Blue Stone #0C695F

Color information

#0C695F (or 0x0C695F) is unknown color: approx Blue Stone. HEX triplet: 0C, 69 and 5F. RGB value is (12,105,95). Sum of RGB (Red+Green+Blue) = 12+105+95=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #0C695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C695F is #F396A0. Grayscale: #4C4C4C. Windows color (decimal): -15963809 or 6252812. OLE color: 6252812.

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

Color convert

RGB1210595-
CMYK0.8900.100.59
HSL173.55º79.49%22.94%-
HSV(B)173.55º88.57%41.18%-
XYZ7.2711.0112.57-
YUV76.05138.6982.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=5.66%
G=49.53%
B=44.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12105950.8900.100.59173.5579.4922.94
HexC695F590A3Bae4f17
Octal141511371310127325611727
Binary11001101001101111110110010101011101110101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,105,95); }

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

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

 a { background-color: rgb(12,105,95); }

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

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

 span { border-color: rgb(12,105,95); }

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