#0C7047

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

Shades of Jewel #0C7047

Tints of Jewel #0C7047

Color information

#0C7047 (or 0x0C7047) is unknown color: approx Jewel. HEX triplet: 0C, 70 and 47. RGB value is (12,112,71). Sum of RGB (Red+Green+Blue) = 12+112+71=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7047 is #F38FB8. Grayscale: #4D4D4D. Windows color (decimal): -15962041 or 4681740. OLE color: 4681740.

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

Color convert

RGB1211271-
CMYK0.8900.370.56
HSL155.4º80.65%24.31%-
HSV(B)155.4º89.29%43.92%-
XYZ7.0812.127.93-
YUV77.43124.3781.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.15%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=6.15%
G=57.44%
B=36.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112710.8900.370.56155.480.6524.31
HexC704759025389b5118
Octal141601071310457023312130
Binary1100111000010001111011001010010111100010011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,112,71); }

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

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

 a { background-color: rgb(12,112,71); }

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

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

 span { border-color: rgb(12,112,71); }

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