#0C7466

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

Shades of Tropical Rain Forest #0C7466

Tints of Tropical Rain Forest #0C7466

Color information

#0C7466 (or 0x0C7466) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 74 and 66. RGB value is (12,116,102). Sum of RGB (Red+Green+Blue) = 12+116+102=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7466 is #F38B99. Grayscale: #535353. Windows color (decimal): -15960986 or 6714380. OLE color: 6714380.

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

Color convert

RGB12116102-
CMYK0.9000.120.55
HSL171.92º81.25%25.1%-
HSV(B)171.92º89.66%45.49%-
XYZ8.813.5314.72-
YUV83.31138.5477.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=5.22%
G=50.43%
B=44.35%

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
Decimal121161020.9000.120.55171.9281.2525.1
HexC74665A0C37ac5119
Octal141641461320146725412131
Binary11001110100110011010110100110011011110101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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