#0A7558

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

Shades of Tropical Rain Forest #0A7558

Tints of Tropical Rain Forest #0A7558

Color information

#0A7558 (or 0x0A7558) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 75 and 58. RGB value is (10,117,88). Sum of RGB (Red+Green+Blue) = 10+117+88=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7558 is #F58AA7. Grayscale: #515151. Windows color (decimal): -16091816 or 5797130. OLE color: 5797130.

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

Color convert

RGB1011788-
CMYK0.9100.250.54
HSL163.74º84.25%24.9%-
HSV(B)163.74º91.45%45.88%-
XYZ8.2513.4911.4-
YUV81.7131.5576.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 117 (46.09% from 255) = 54.42%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=4.65%
G=54.42%
B=40.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117880.9100.250.54163.7484.2524.9
HexA75585B01936a45419
Octal121651301330316624412431
Binary101011101011011000101101101100111011010100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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