#0A7762

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

Shades of Tropical Rain Forest #0A7762

Tints of Tropical Rain Forest #0A7762

Color information

#0A7762 (or 0x0A7762) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 77 and 62. RGB value is (10,119,98). Sum of RGB (Red+Green+Blue) = 10+119+98=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7762 is #F5889D. Grayscale: #535353. Windows color (decimal): -16091294 or 6453002. OLE color: 6453002.

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

Color convert

RGB1011998-
CMYK0.9200.180.53
HSL168.44º84.5%25.29%-
HSV(B)168.44º91.6%46.67%-
XYZ8.9314.1413.81-
YUV84.01135.8975.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=4.41%
G=52.42%
B=43.17%

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
Decimal10119980.9200.180.53168.4484.525.29
HexA77625C01235a85419
Octal121671421340226525012431
Binary101011101111100010101110001001011010110101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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