Html Css Color HEX #0C635F Blue Stone

📋 copy color: '#0C635F'

red 12 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #0C635F

Tints of Blue Stone #0C635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.06%

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

R = 5.83%
G = 48.06%
B = 46.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#0C635F (or 0x0C635F) is known color: Blue Stone. HEX triplet: 0C, 63 and 5F. RGB value is (12,99,95). Sum of RGB (Red+Green+Blue) = 12+99+95=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #0C635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C635F is #F39CA0. Grayscale: #484848. Windows color (decimal): -15965345 or 6251276. OLE color: 6251276.

HSL color Cylindrical-coordinate representation of color #0C635F: hue angle of 177.24º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C635F is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 95 -
CMYK 0.88 0 0.04 0.61
HSL 177.24º 0.78% 0.22% -
HSV(B) 177.24º 0.88% 0.39% -
XYZ 6.68 9.83 12.37 -
YUV 72.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 12 99 95 0.88 0 0.04 0.61 177.24 0.78 0.22
Hex C 63 5F 58 0 4 3D B1 4E 16
Octal 14 143 137 130 0 4 75 261 116 26
Binary 1100 1100011 1011111 1011000 0 100 111101 10110001 1001110 10110

Color Harmonies of #0C635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C635F

Black with #0C635F

Text Example


Text Example

White with #0C635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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