#0A7961

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

Shades of Tropical Rain Forest #0A7961

Tints of Tropical Rain Forest #0A7961

Color information

#0A7961 (or 0x0A7961) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 79 and 61. RGB value is (10,121,97). Sum of RGB (Red+Green+Blue) = 10+121+97=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7961 is #F5869E. Grayscale: #555555. Windows color (decimal): -16090783 or 6387978. OLE color: 6387978.

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

Color convert

RGB1012197-
CMYK0.9200.200.53
HSL167.03º84.73%25.69%-
HSV(B)167.03º91.74%47.45%-
XYZ9.1214.613.65-
YUV85.07134.7374.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=4.39%
G=53.07%
B=42.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121970.9200.200.53167.0384.7325.69
HexA79615C01435a7551a
Octal121711411340246524712532
Binary101011110011100001101110001010011010110100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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