#0A735B

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

Shades of Tropical Rain Forest #0A735B

Tints of Tropical Rain Forest #0A735B

Color information

#0A735B (or 0x0A735B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 73 and 5B. RGB value is (10,115,91). Sum of RGB (Red+Green+Blue) = 10+115+91=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #0A735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A735B is #F58CA4. Grayscale: #505050. Windows color (decimal): -16092325 or 5993226. OLE color: 5993226.

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

Color convert

RGB1011591-
CMYK0.9100.210.55
HSL166.29º84%24.51%-
HSV(B)166.29º91.3%45.1%-
XYZ8.1413.0811.99-
YUV80.87133.7177.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=4.63%
G=53.24%
B=42.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115910.9100.210.55166.298424.51
HexA735B5B01537a65419
Octal121631331330256724612431
Binary101011100111011011101101101010111011110100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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