#0A735A

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

Shades of Tropical Rain Forest #0A735A

Tints of Tropical Rain Forest #0A735A

Color information

#0A735A (or 0x0A735A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 73 and 5A. RGB value is (10,115,90). Sum of RGB (Red+Green+Blue) = 10+115+90=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #0A735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A735A is #F58CA5. Grayscale: #505050. Windows color (decimal): -16092326 or 5927690. OLE color: 5927690.

HSL color Cylindrical-coordinate representation of color #0A735A: hue angle of 165.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A735A is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1011590-
CMYK0.9100.220.55
HSL165.71º84%24.51%-
HSV(B)165.71º91.3%45.1%-
XYZ8.113.0611.77-
YUV80.76133.2177.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=4.65%
G=53.49%
B=41.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115900.9100.220.55165.718424.51
HexA735A5B01637a65419
Octal121631321330266724612431
Binary101011100111011010101101101011011011110100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,90); }

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

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

 a { background-color: rgb(10,115,90); }

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

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

 span { border-color: rgb(10,115,90); }

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