#007661

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

Shades of Tropical Rain Forest #007661

Tints of Tropical Rain Forest #007661

Color information

#007661 (or 0x007661) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 76 and 61. RGB value is (0,118,97). Sum of RGB (Red+Green+Blue) = 0+118+97=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #007661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007661 is #FF899E. Grayscale: #505050. Windows color (decimal): -16746911 or 6387200. OLE color: 6387200.

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

Color convert

RGB011897-
CMYK100.180.54
HSL169.32º100%23.14%-
HSV(B)169.32º100%46.27%-
XYZ8.6413.8213.52-
YUV80.32137.4170.71-

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) = 54.88%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=0%
G=54.88%
B=45.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011897100.180.54169.3210023.14
Hex076616401236a96417
Octal01661411440226625114427
Binary011101101100001110010001001011011010101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007661; }

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

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

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

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

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

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

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

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