#007660

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

Shades of Tropical Rain Forest #007660

Tints of Tropical Rain Forest #007660

Color information

#007660 (or 0x007660) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 76 and 60. RGB value is (0,118,96). Sum of RGB (Red+Green+Blue) = 0+118+96=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #007660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007660 is #FF899F. Grayscale: #505050. Windows color (decimal): -16746912 or 6321664. OLE color: 6321664.

HSL color Cylindrical-coordinate representation of color #007660: hue angle of 168.81º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007660 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB011896-
CMYK100.190.54
HSL168.81º100%23.14%-
HSV(B)168.81º100%46.27%-
XYZ8.5913.813.28-
YUV80.21136.9170.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=0%
G=55.14%
B=44.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011896100.190.54168.8110023.14
Hex076606401336a96417
Octal01661401440236625114427
Binary011101101100000110010001001111011010101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007660; }

 p { color: rgb(0,118,96); }

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

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

 a { background-color: rgb(0,118,96); }

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

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

 span { border-color: rgb(0,118,96); }

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