#0A765A

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

Shades of Tropical Rain Forest #0A765A

Tints of Tropical Rain Forest #0A765A

Color information

#0A765A (or 0x0A765A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 76 and 5A. RGB value is (10,118,90). Sum of RGB (Red+Green+Blue) = 10+118+90=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #0A765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A765A is #F589A5. Grayscale: #525252. Windows color (decimal): -16091558 or 5928458. OLE color: 5928458.

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

Color convert

RGB1011890-
CMYK0.9200.240.54
HSL164.44º84.38%25.1%-
HSV(B)164.44º91.53%46.27%-
XYZ8.4513.7611.88-
YUV82.52132.2276.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=4.59%
G=54.13%
B=41.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118900.9200.240.54164.4484.3825.1
HexA765A5C01836a45419
Octal121661321340306624412431
Binary101011101101011010101110001100011011010100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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