#0C715B

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

Shades of Tropical Rain Forest #0C715B

Tints of Tropical Rain Forest #0C715B

Color information

#0C715B (or 0x0C715B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 71 and 5B. RGB value is (12,113,91). Sum of RGB (Red+Green+Blue) = 12+113+91=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #0C715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C715B is #F38EA4. Grayscale: #505050. Windows color (decimal): -15961765 or 5992716. OLE color: 5992716.

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

Color convert

RGB1211391-
CMYK0.8900.190.56
HSL166.93º80.8%24.51%-
HSV(B)166.93º89.38%44.31%-
XYZ7.9512.6411.92-
YUV80.29134.0479.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.56%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=5.56%
G=52.31%
B=42.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113910.8900.190.56166.9380.824.51
HexC715B5901338a75119
Octal141611331310237024712131
Binary110011100011011011101100101001111100010100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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