#0A7A61

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

Shades of Tropical Rain Forest #0A7A61

Tints of Tropical Rain Forest #0A7A61

Color information

#0A7A61 (or 0x0A7A61) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 7A and 61. RGB value is (10,122,97). Sum of RGB (Red+Green+Blue) = 10+122+97=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A61 is #F5859E. Grayscale: #555555. Windows color (decimal): -16090527 or 6388234. OLE color: 6388234.

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

Color convert

RGB1012297-
CMYK0.9200.200.52
HSL166.61º84.85%25.88%-
HSV(B)166.61º91.8%47.84%-
XYZ9.2414.8513.69-
YUV85.66134.3974.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 122 (48.05% from 255) = 53.28%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=4.37%
G=53.28%
B=42.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122970.9200.200.52166.6184.8525.88
HexA7A615C01434a7551a
Octal121721411340246424712532
Binary101011110101100001101110001010011010010100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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