#0A7A65

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

Shades of Tropical Rain Forest #0A7A65

Tints of Tropical Rain Forest #0A7A65

Color information

#0A7A65 (or 0x0A7A65) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 7A and 65. RGB value is (10,122,101). Sum of RGB (Red+Green+Blue) = 10+122+101=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A65 is #F5859A. Grayscale: #565656. Windows color (decimal): -16090523 or 6650378. OLE color: 6650378.

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

Color convert

RGB10122101-
CMYK0.9200.170.52
HSL168.75º84.85%25.88%-
HSV(B)168.75º91.8%47.84%-
XYZ9.4314.9214.7-
YUV86.12136.3973.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=4.29%
G=52.36%
B=43.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101221010.9200.170.52168.7584.8525.88
HexA7A655C01134a9551a
Octal121721451340216425112532
Binary101011110101100101101110001000111010010101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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