#0A7960

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

Shades of Tropical Rain Forest #0A7960

Tints of Tropical Rain Forest #0A7960

Color information

#0A7960 (or 0x0A7960) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 79 and 60. RGB value is (10,121,96). Sum of RGB (Red+Green+Blue) = 10+121+96=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7960 is #F5869F. Grayscale: #545454. Windows color (decimal): -16090784 or 6322442. OLE color: 6322442.

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

Color convert

RGB1012196-
CMYK0.9200.210.53
HSL166.49º84.73%25.69%-
HSV(B)166.49º91.74%47.45%-
XYZ9.0714.5813.4-
YUV84.96134.2374.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=4.41%
G=53.30%
B=42.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121960.9200.210.53166.4984.7325.69
HexA79605C01535a6551a
Octal121711401340256524612532
Binary101011110011100000101110001010111010110100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,121,96); }

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

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

 a { background-color: rgb(10,121,96); }

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

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

 span { border-color: rgb(10,121,96); }

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