#0A7A56

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

Shades of Tropical Rain Forest #0A7A56

Tints of Tropical Rain Forest #0A7A56

Color information

#0A7A56 (or 0x0A7A56) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 7A and 56. RGB value is (10,122,86). Sum of RGB (Red+Green+Blue) = 10+122+86=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A56 is #F585A9. Grayscale: #545454. Windows color (decimal): -16090538 or 5667338. OLE color: 5667338.

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

Color convert

RGB1012286-
CMYK0.9200.300.52
HSL160.71º84.85%25.88%-
HSV(B)160.71º91.8%47.84%-
XYZ8.7614.6611.17-
YUV84.41128.8974.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 122 (48.05% from 255) = 55.96%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=4.59%
G=55.96%
B=39.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122860.9200.300.52160.7184.8525.88
HexA7A565C01E34a1551a
Octal121721261340366424112532
Binary101011110101010110101110001111011010010100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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