#0C724A

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

Shades of Jewel #0C724A

Tints of Jewel #0C724A

Color information

#0C724A (or 0x0C724A) is unknown color: approx Jewel. HEX triplet: 0C, 72 and 4A. RGB value is (12,114,74). Sum of RGB (Red+Green+Blue) = 12+114+74=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #0C724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C724A is #F38DB5. Grayscale: #4E4E4E. Windows color (decimal): -15961526 or 4878860. OLE color: 4878860.

HSL color Cylindrical-coordinate representation of color #0C724A: hue angle of 156.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C724A is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1211474-
CMYK0.8900.350.55
HSL156.47º80.95%24.71%-
HSV(B)156.47º89.47%44.71%-
XYZ7.412.618.52-
YUV78.94125.2180.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 74 (29.30% from 255) = 37%
R=6%
G=57%
B=37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114740.8900.350.55156.4780.9524.71
HexC724A59023379c5119
Octal141621121310436723412131
Binary1100111001010010101011001010001111011110011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,114,74); }

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

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

 a { background-color: rgb(12,114,74); }

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

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

 span { border-color: rgb(12,114,74); }

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