#0C7163

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

Shades of Tropical Rain Forest #0C7163

Tints of Tropical Rain Forest #0C7163

Color information

#0C7163 (or 0x0C7163) is unknown color: approx Tropical Rain Forest. HEX triplet: 0C, 71 and 63. RGB value is (12,113,99). Sum of RGB (Red+Green+Blue) = 12+113+99=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7163 is #F38E9C. Grayscale: #515151. Windows color (decimal): -15961757 or 6517004. OLE color: 6517004.

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

Color convert

RGB1211399-
CMYK0.8900.120.56
HSL171.68º80.8%24.51%-
HSV(B)171.68º89.38%44.31%-
XYZ8.3112.7913.84-
YUV81.2138.0478.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=5.36%
G=50.45%
B=44.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113990.8900.120.56171.6880.824.51
HexC7163590C38ac5119
Octal141611431310147025412131
Binary11001110001110001110110010110011100010101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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