#0C7461

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

Shades of Tropical Rain Forest #0C7461

Tints of Tropical Rain Forest #0C7461

Color information

#0C7461 (or 0x0C7461) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 74 and 61. RGB value is (12,116,97). Sum of RGB (Red+Green+Blue) = 12+116+97=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7461 is #F38B9E. Grayscale: #525252. Windows color (decimal): -15960991 or 6386700. OLE color: 6386700.

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

Color convert

RGB1211697-
CMYK0.9000.160.55
HSL169.04º81.25%25.1%-
HSV(B)169.04º89.66%45.49%-
XYZ8.5513.4313.45-
YUV82.74136.0477.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=5.33%
G=51.56%
B=43.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12116970.9000.160.55169.0481.2525.1
HexC74615A01037a95119
Octal141641411320206725112131
Binary110011101001100001101101001000011011110101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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