#0C6D45

Color #0C6D45 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0C6D45

Tints of Jewel #0C6D45

Color information

#0C6D45 (or 0x0C6D45) is unknown color: approx Jewel. HEX triplet: 0C, 6D and 45. RGB value is (12,109,69). Sum of RGB (Red+Green+Blue) = 12+109+69=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 109 (42.97% from 255 or 57.37% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6D45 is #F392BA. Grayscale: #4B4B4B. Windows color (decimal): -15962811 or 4549900. OLE color: 4549900.

HSL color Cylindrical-coordinate representation of color #0C6D45: hue angle of 155.26º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D45 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB1210969-
CMYK0.8900.370.57
HSL155.26º80.17%23.73%-
HSV(B)155.26º88.99%42.75%-
XYZ6.6911.457.49-
YUV75.44124.3682.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 109 (42.97% from 255) = 57.37%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=6.32%
G=57.37%
B=36.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12109690.8900.370.57155.2680.1723.73
HexC6D4559025399b5018
Octal141551051310457123312030
Binary1100110110110001011011001010010111100110011011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C6D45;
 }
 .AnyTagClassName
 {
   color: #0C6D45;
 }
</style>
background-color css

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

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

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

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

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

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