#0A7466

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

Shades of Tropical Rain Forest #0A7466

Tints of Tropical Rain Forest #0A7466

Color information

#0A7466 (or 0x0A7466) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 74 and 66. RGB value is (10,116,102). Sum of RGB (Red+Green+Blue) = 10+116+102=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #0A7466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7466 is #F58B99. Grayscale: #525252. Windows color (decimal): -16092058 or 6714378. OLE color: 6714378.

HSL color Cylindrical-coordinate representation of color #0A7466: hue angle of 172.08º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7466 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB10116102-
CMYK0.9100.120.55
HSL172.08º84.13%24.71%-
HSV(B)172.08º91.38%45.49%-
XYZ8.7713.5114.72-
YUV82.71138.8876.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=4.39%
G=50.88%
B=44.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101161020.9100.120.55172.0884.1324.71
HexA74665B0C37ac5419
Octal121641461330146725412431
Binary10101110100110011010110110110011011110101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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