Html Css Color HEX #0C5F45 Jewel

📋 copy color: '#0C5F45'

red 12 ◦ green 95 ◦ blue 69

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

Shades of Jewel #0C5F45

Tints of Jewel #0C5F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.98%

 BLUE value IS 69 (27.34% from 255) = 39.2%

R = 6.82%
G = 53.98%
B = 39.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#0C5F45 (or 0x0C5F45) is known color: Jewel. HEX triplet: 0C, 5F and 45. RGB value is (12,95,69). Sum of RGB (Red+Green+Blue) = 12+95+69=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5F45 is #F3A0BA. Grayscale: #434343. Windows color (decimal): -15966395 or 4546316. OLE color: 4546316.

HSL color Cylindrical-coordinate representation of color #0C5F45: hue angle of 161.2º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F45 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 95 69 -
CMYK 0.87 0 0.27 0.63
HSL 161.2º 0.78% 0.21% -
HSV(B) 161.2º 0.87% 0.37% -
XYZ 5.32 8.69 7.03 -
YUV 67.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 12 95 69 0.87 0 0.27 0.63 161.2 0.78 0.21
Hex C 5F 45 57 0 1B 3F A1 4E 15
Octal 14 137 105 127 0 33 77 241 116 25
Binary 1100 1011111 1000101 1010111 0 11011 111111 10100001 1001110 10101

Color Harmonies of #0C5F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5F45

Black with #0C5F45

Text Example


Text Example

White with #0C5F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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