#0A765F

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

Shades of Tropical Rain Forest #0A765F

Tints of Tropical Rain Forest #0A765F

Color information

#0A765F (or 0x0A765F) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 76 and 5F. RGB value is (10,118,95). Sum of RGB (Red+Green+Blue) = 10+118+95=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #0A765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A765F is #F589A0. Grayscale: #535353. Windows color (decimal): -16091553 or 6256138. OLE color: 6256138.

HSL color Cylindrical-coordinate representation of color #0A765F: hue angle of 167.22º 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 #0A765F is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1011895-
CMYK0.9200.190.54
HSL167.22º84.38%25.1%-
HSV(B)167.22º91.53%46.27%-
XYZ8.6713.8513.04-
YUV83.09134.7275.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=4.48%
G=52.91%
B=42.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118950.9200.190.54167.2284.3825.1
HexA765F5C01336a75419
Octal121661371340236624712431
Binary101011101101011111101110001001111011010100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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