#0A7A5B

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

Shades of Tropical Rain Forest #0A7A5B

Tints of Tropical Rain Forest #0A7A5B

Color information

#0A7A5B (or 0x0A7A5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 7A and 5B. RGB value is (10,122,91). Sum of RGB (Red+Green+Blue) = 10+122+91=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A5B is #F585A4. Grayscale: #545454. Windows color (decimal): -16090533 or 5995018. OLE color: 5995018.

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

Color convert

RGB1012291-
CMYK0.9200.250.52
HSL163.39º84.85%25.88%-
HSV(B)163.39º91.8%47.84%-
XYZ8.9714.7412.27-
YUV84.98131.3974.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=4.48%
G=54.71%
B=40.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122910.9200.250.52163.3984.8525.88
HexA7A5B5C01934a3551a
Octal121721331340316424312532
Binary101011110101011011101110001100111010010100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,122,91); }

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

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

 a { background-color: rgb(10,122,91); }

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

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

 span { border-color: rgb(10,122,91); }

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