Html Css Color HEX #0C615F Blue Stone

📋 copy color: '#0C615F'

red 12 ◦ green 97 ◦ blue 95

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

Shades of Blue Stone #0C615F

Tints of Blue Stone #0C615F

RGB

 RED value IS 12 (5.08% from 255) = 5.88%

 GREEN value IS 97 (38.28% from 255) = 47.55%

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

R = 5.88%
G = 47.55%
B = 46.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#0C615F (or 0x0C615F) is known color: Blue Stone. HEX triplet: 0C, 61 and 5F. RGB value is (12,97,95). Sum of RGB (Red+Green+Blue) = 12+97+95=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #0C615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C615F is #F39EA0. Grayscale: #474747. Windows color (decimal): -15965857 or 6250764. OLE color: 6250764.

HSL color Cylindrical-coordinate representation of color #0C615F: hue angle of 178.59º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C615F is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 95 -
CMYK 0.88 0 0.02 0.62
HSL 178.59º 0.78% 0.21% -
HSV(B) 178.59º 0.88% 0.38% -
XYZ 6.49 9.45 12.31 -
YUV 71.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 12 97 95 0.88 0 0.02 0.62 178.59 0.78 0.21
Hex C 61 5F 58 0 2 3E B3 4E 15
Octal 14 141 137 130 0 2 76 263 116 25
Binary 1100 1100001 1011111 1011000 0 10 111110 10110011 1001110 10101

Color Harmonies of #0C615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C615F

Black with #0C615F

Text Example


Text Example

White with #0C615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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