#0A7162

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

Shades of Tropical Rain Forest #0A7162

Tints of Tropical Rain Forest #0A7162

Color information

#0A7162 (or 0x0A7162) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 71 and 62. RGB value is (10,113,98). Sum of RGB (Red+Green+Blue) = 10+113+98=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7162 is #F58E9D. Grayscale: #505050. Windows color (decimal): -16092830 or 6451466. OLE color: 6451466.

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

Color convert

RGB1011398-
CMYK0.9100.130.56
HSL171.26º83.74%24.12%-
HSV(B)171.26º91.15%44.31%-
XYZ8.2312.7613.58-
YUV80.49137.8877.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 113 (44.53% from 255) = 51.13%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=4.52%
G=51.13%
B=44.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113980.9100.130.56171.2683.7424.12
HexA71625B0D38ab5418
Octal121611421330157025312430
Binary10101110001110001010110110110111100010101011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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