#0A7966

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

Shades of Tropical Rain Forest #0A7966

Tints of Tropical Rain Forest #0A7966

Color information

#0A7966 (or 0x0A7966) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 79 and 66. RGB value is (10,121,102). Sum of RGB (Red+Green+Blue) = 10+121+102=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7966 is #F58699. Grayscale: #555555. Windows color (decimal): -16090778 or 6715658. OLE color: 6715658.

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

Color convert

RGB10121102-
CMYK0.9200.160.53
HSL169.73º84.73%25.69%-
HSV(B)169.73º91.74%47.45%-
XYZ9.3614.714.91-
YUV85.64137.2374.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=4.29%
G=51.93%
B=43.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101211020.9200.160.53169.7384.7325.69
HexA79665C01035aa551a
Octal121711461340206525212532
Binary101011110011100110101110001000011010110101010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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