#0C7160

Color #0C7160 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0C7160

Tints of Tropical Rain Forest #0C7160

Color information

#0C7160 (or 0x0C7160) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 71 and 60. RGB value is (12,113,96). Sum of RGB (Red+Green+Blue) = 12+113+96=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7160 is #F38E9F. Grayscale: #505050. Windows color (decimal): -15961760 or 6320396. OLE color: 6320396.

HSL color Cylindrical-coordinate representation of color #0C7160: hue angle of 169.9º 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 #0C7160 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1211396-
CMYK0.8900.150.56
HSL169.9º80.8%24.51%-
HSV(B)169.9º89.38%44.31%-
XYZ8.1712.7313.09-
YUV80.86136.5478.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 113 (44.53% from 255) = 51.13%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=5.43%
G=51.13%
B=43.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113960.8900.150.56169.980.824.51
HexC7160590F38aa5119
Octal141611401310177025212131
Binary11001110001110000010110010111111100010101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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