#0C7365

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

Shades of Tropical Rain Forest #0C7365

Tints of Tropical Rain Forest #0C7365

Color information

#0C7365 (or 0x0C7365) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 73 and 65. RGB value is (12,115,101). Sum of RGB (Red+Green+Blue) = 12+115+101=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7365 is #F38C9A. Grayscale: #525252. Windows color (decimal): -15961243 or 6648588. OLE color: 6648588.

HSL color Cylindrical-coordinate representation of color #0C7365: hue angle of 171.84º 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 #0C7365 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB12115101-
CMYK0.9000.120.55
HSL171.84º81.1%24.9%-
HSV(B)171.84º89.57%45.1%-
XYZ8.6313.2814.42-
YUV82.61138.3877.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=5.26%
G=50.44%
B=44.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal121151010.9000.120.55171.8481.124.9
HexC73655A0C37ac5119
Octal141631451320146725412131
Binary11001110011110010110110100110011011110101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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