#007666

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

Shades of Tropical Rain Forest #007666

Tints of Tropical Rain Forest #007666

Color information

#007666 (or 0x007666) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 76 and 66. RGB value is (0,118,102). Sum of RGB (Red+Green+Blue) = 0+118+102=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #007666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007666 is #FF8999. Grayscale: #505050. Windows color (decimal): -16746906 or 6714880. OLE color: 6714880.

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

Color convert

RGB0118102-
CMYK100.140.54
HSL171.86º100%23.14%-
HSV(B)171.86º100%46.27%-
XYZ8.8813.9214.79-
YUV80.89139.9170.3-

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) = 53.64%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=0%
G=53.64%
B=46.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0118102100.140.54171.8610023.14
Hex07666640E36ac6417
Octal01661461440166625414427
Binary01110110110011011001000111011011010101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007666; }

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

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

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

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

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

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

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

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