#0C7148

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

Shades of Jewel #0C7148

Tints of Jewel #0C7148

Color information

#0C7148 (or 0x0C7148) is unknown color: approx Jewel. HEX triplet: 0C, 71 and 48. RGB value is (12,113,72). Sum of RGB (Red+Green+Blue) = 12+113+72=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7148 is #F38EB7. Grayscale: #4E4E4E. Windows color (decimal): -15961784 or 4747532. OLE color: 4747532.

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

Color convert

RGB1211372-
CMYK0.8900.360.56
HSL155.64º80.8%24.51%-
HSV(B)155.64º89.38%44.31%-
XYZ7.2312.368.14-
YUV78.13124.5480.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.09%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=6.09%
G=57.36%
B=36.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113720.8900.360.56155.6480.824.51
HexC714859024389c5119
Octal141611101310447023412131
Binary1100111000110010001011001010010011100010011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,113,72); }

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

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

 a { background-color: rgb(12,113,72); }

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

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

 span { border-color: rgb(12,113,72); }

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