#0A6B5A

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

Shades of Tropical Rain Forest #0A6B5A

Tints of Tropical Rain Forest #0A6B5A

Color information

#0A6B5A (or 0x0A6B5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 6B and 5A. RGB value is (10,107,90). Sum of RGB (Red+Green+Blue) = 10+107+90=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B5A is #F594A5. Grayscale: #4C4C4C. Windows color (decimal): -16094374 or 5925642. OLE color: 5925642.

HSL color Cylindrical-coordinate representation of color #0A6B5A: hue angle of 169.48º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B5A is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1010790-
CMYK0.9100.160.58
HSL169.48º82.91%22.94%-
HSV(B)169.48º90.65%41.96%-
XYZ7.2311.3211.48-
YUV76.06135.8680.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.83%
GREEN value IS 107 (42.19% from 255) = 51.69%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=4.83%
G=51.69%
B=43.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10107900.9100.160.58169.4882.9122.94
HexA6B5A5B0103Aa95317
Octal121531321330207225112327
Binary101011010111011010101101101000011101010101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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