#0F7162

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

Shades of Tropical Rain Forest #0F7162

Tints of Tropical Rain Forest #0F7162

Color information

#0F7162 (or 0x0F7162) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 71 and 62. RGB value is (15,113,98). Sum of RGB (Red+Green+Blue) = 15+113+98=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7162 is #F08E9D. Grayscale: #515151. Windows color (decimal): -15765150 or 6451471. OLE color: 6451471.

HSL color Cylindrical-coordinate representation of color #0F7162: hue angle of 170.82º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7162 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1511398-
CMYK0.8700.130.56
HSL170.82º76.56%25.1%-
HSV(B)170.82º86.73%44.31%-
XYZ8.3112.7913.59-
YUV81.99137.0380.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.64%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=6.64%
G=50%
B=43.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15113980.8700.130.56170.8276.5625.1
HexF7162570D38ab4d19
Octal171611421270157025311531
Binary11111110001110001010101110110111100010101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,98); }

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

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

 a { background-color: rgb(15,113,98); }

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

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

 span { border-color: rgb(15,113,98); }

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