Html Css Color HEX #0C615B Blue Stone

📋 copy color: '#0C615B'

red 12 ◦ green 97 ◦ blue 91

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

Shades of Blue Stone #0C615B

Tints of Blue Stone #0C615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.5%

R = 6%
G = 48.5%
B = 45.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#0C615B (or 0x0C615B) is known color: Blue Stone. HEX triplet: 0C, 61 and 5B. RGB value is (12,97,91). Sum of RGB (Red+Green+Blue) = 12+97+91=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #0C615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C615B is #F39EA4. Grayscale: #464646. Windows color (decimal): -15965861 or 5988620. OLE color: 5988620.

HSL color Cylindrical-coordinate representation of color #0C615B: hue angle of 175.76º 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 #0C615B is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 91 -
CMYK 0.88 0 0.06 0.62
HSL 175.76º 0.78% 0.21% -
HSV(B) 175.76º 0.88% 0.38% -
XYZ 6.31 9.38 11.38 -
YUV 70.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 12 97 91 0.88 0 0.06 0.62 175.76 0.78 0.21
Hex C 61 5B 58 0 6 3E B0 4E 15
Octal 14 141 133 130 0 6 76 260 116 25
Binary 1100 1100001 1011011 1011000 0 110 111110 10110000 1001110 10101

Color Harmonies of #0C615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C615B

Black with #0C615B

Text Example


Text Example

White with #0C615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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