#0A7561

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

Shades of Tropical Rain Forest #0A7561

Tints of Tropical Rain Forest #0A7561

Color information

#0A7561 (or 0x0A7561) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 75 and 61. RGB value is (10,117,97). Sum of RGB (Red+Green+Blue) = 10+117+97=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7561 is #F58A9E. Grayscale: #525252. Windows color (decimal): -16091807 or 6386954. OLE color: 6386954.

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

Color convert

RGB1011797-
CMYK0.9100.170.54
HSL168.79º84.25%24.9%-
HSV(B)168.79º91.45%45.88%-
XYZ8.6413.6513.49-
YUV82.73136.0576.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=4.46%
G=52.23%
B=43.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117970.9100.170.54168.7984.2524.9
HexA75615B01136a95419
Octal121651411330216625112431
Binary101011101011100001101101101000111011010101001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,117,97); }

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

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

 a { background-color: rgb(10,117,97); }

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

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

 span { border-color: rgb(10,117,97); }

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