#0A7065

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

Shades of Tropical Rain Forest #0A7065

Tints of Tropical Rain Forest #0A7065

Color information

#0A7065 (or 0x0A7065) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 70 and 65. RGB value is (10,112,101). Sum of RGB (Red+Green+Blue) = 10+112+101=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7065 is #F58F9A. Grayscale: #505050. Windows color (decimal): -16093083 or 6647818. OLE color: 6647818.

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

Color convert

RGB10112101-
CMYK0.9100.100.56
HSL173.53º83.61%23.92%-
HSV(B)173.53º91.07%43.92%-
XYZ8.2712.5914.31-
YUV80.25139.7177.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=4.48%
G=50.22%
B=45.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101121010.9100.100.56173.5383.6123.92
HexA70655B0A38ae5418
Octal121601451330127025612430
Binary10101110000110010110110110101011100010101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,101); }

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

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

 a { background-color: rgb(10,112,101); }

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

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

 span { border-color: rgb(10,112,101); }

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