#0A6F62

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

Shades of Tropical Rain Forest #0A6F62

Tints of Tropical Rain Forest #0A6F62

Color information

#0A6F62 (or 0x0A6F62) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 6F and 62. RGB value is (10,111,98). Sum of RGB (Red+Green+Blue) = 10+111+98=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6F62 is #F5909D. Grayscale: #4F4F4F. Windows color (decimal): -16093342 or 6450954. OLE color: 6450954.

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

Color convert

RGB1011198-
CMYK0.9100.120.56
HSL172.28º83.47%23.73%-
HSV(B)172.28º90.99%43.53%-
XYZ8.0112.3213.51-
YUV79.32138.5478.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=4.57%
G=50.68%
B=44.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111980.9100.120.56172.2883.4723.73
HexA6F625B0C38ac5318
Octal121571421330147025412330
Binary10101101111110001010110110110011100010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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