Html Css Color HEX #0C6057 Mosque

📋 copy color: '#0C6057'

red 12 ◦ green 96 ◦ blue 87

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

Shades of Mosque #0C6057

Tints of Mosque #0C6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 6.15%
G = 49.23%
B = 44.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#0C6057 (or 0x0C6057) is known color: Mosque. HEX triplet: 0C, 60 and 57. RGB value is (12,96,87). Sum of RGB (Red+Green+Blue) = 12+96+87=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6057 is #F39FA8. Grayscale: #454545. Windows color (decimal): -15966121 or 5726220. OLE color: 5726220.

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

Color convert

RGB 12 96 87 -
CMYK 0.88 0 0.09 0.62
HSL 173.57º 0.78% 0.21% -
HSV(B) 173.57º 0.88% 0.38% -
XYZ 6.05 9.13 10.46 -
YUV 69.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 12 96 87 0.88 0 0.09 0.62 173.57 0.78 0.21
Hex C 60 57 58 0 9 3E AE 4E 15
Octal 14 140 127 130 0 11 76 256 116 25
Binary 1100 1100000 1010111 1011000 0 1001 111110 10101110 1001110 10101

Color Harmonies of #0C6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6057

Black with #0C6057

Text Example


Text Example

White with #0C6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,87); }

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

background-color css

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

 a { background-color: rgb(12,96,87); }

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

border-color css

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

 span { border-color: rgb(12,96,87); }

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