#0C7465

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

Shades of Tropical Rain Forest #0C7465

Tints of Tropical Rain Forest #0C7465

Color information

#0C7465 (or 0x0C7465) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 74 and 65. RGB value is (12,116,101). Sum of RGB (Red+Green+Blue) = 12+116+101=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7465 is #F38B9A. Grayscale: #535353. Windows color (decimal): -15960987 or 6648844. OLE color: 6648844.

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

Color convert

RGB12116101-
CMYK0.9000.130.55
HSL171.35º81.25%25.1%-
HSV(B)171.35º89.66%45.49%-
XYZ8.7513.5114.46-
YUV83.19138.0477.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.24%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=5.24%
G=50.66%
B=44.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal121161010.9000.130.55171.3581.2525.1
HexC74655A0D37ab5119
Octal141641451320156725312131
Binary11001110100110010110110100110111011110101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,116,101); }

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

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

 a { background-color: rgb(12,116,101); }

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

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

 span { border-color: rgb(12,116,101); }

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