#0A7758

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

Shades of Tropical Rain Forest #0A7758

Tints of Tropical Rain Forest #0A7758

Color information

#0A7758 (or 0x0A7758) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 77 and 58. RGB value is (10,119,88). Sum of RGB (Red+Green+Blue) = 10+119+88=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7758 is #F588A7. Grayscale: #525252. Windows color (decimal): -16091304 or 5797642. OLE color: 5797642.

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

Color convert

RGB1011988-
CMYK0.9200.260.53
HSL162.94º84.5%25.29%-
HSV(B)162.94º91.6%46.67%-
XYZ8.4813.9611.48-
YUV82.87130.8976.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=4.61%
G=54.84%
B=40.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119880.9200.260.53162.9484.525.29
HexA77585C01A35a35419
Octal121671301340326524312431
Binary101011101111011000101110001101011010110100011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,88); }

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

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

 a { background-color: rgb(10,119,88); }

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

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

 span { border-color: rgb(10,119,88); }

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