#0A7761

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

Shades of Tropical Rain Forest #0A7761

Tints of Tropical Rain Forest #0A7761

Color information

#0A7761 (or 0x0A7761) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 77 and 61. RGB value is (10,119,97). Sum of RGB (Red+Green+Blue) = 10+119+97=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7761 is #F5889E. Grayscale: #535353. Windows color (decimal): -16091295 or 6387466. OLE color: 6387466.

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

Color convert

RGB1011997-
CMYK0.9200.180.53
HSL167.89º84.5%25.29%-
HSV(B)167.89º91.6%46.67%-
XYZ8.8814.1213.57-
YUV83.9135.3975.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.42%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=4.42%
G=52.65%
B=42.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119970.9200.180.53167.8984.525.29
HexA77615C01235a85419
Octal121671411340226525012431
Binary101011101111100001101110001001011010110101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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