Html Css Color HEX #0C675D Blue Stone

📋 copy color: '#0C675D'

red 12 ◦ green 103 ◦ blue 93

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

Shades of Blue Stone #0C675D

Tints of Blue Stone #0C675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.52%

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 5.77%
G = 49.52%
B = 44.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#0C675D (or 0x0C675D) is known color: Blue Stone. HEX triplet: 0C, 67 and 5D. RGB value is (12,103,93). Sum of RGB (Red+Green+Blue) = 12+103+93=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #0C675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C675D is #F398A2. Grayscale: #4A4A4A. Windows color (decimal): -15964323 or 6121228. OLE color: 6121228.

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

Color convert

RGB 12 103 93 -
CMYK 0.88 0 0.10 0.60
HSL 173.41º 0.79% 0.23% -
HSV(B) 173.41º 0.88% 0.4% -
XYZ 6.98 10.57 12.03 -
YUV 74.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 12 103 93 0.88 0 0.10 0.60 173.41 0.79 0.23
Hex C 67 5D 58 0 A 3C AD 4F 17
Octal 14 147 135 130 0 12 74 255 117 27
Binary 1100 1100111 1011101 1011000 0 1010 111100 10101101 1001111 10111

Color Harmonies of #0C675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C675D

Black with #0C675D

Text Example


Text Example

White with #0C675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,93); }

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

background-color css

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

 a { background-color: rgb(12,103,93); }

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

border-color css

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

 span { border-color: rgb(12,103,93); }

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