#007665

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

Shades of Tropical Rain Forest #007665

Tints of Tropical Rain Forest #007665

Color information

#007665 (or 0x007665) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 76 and 65. RGB value is (0,118,101). Sum of RGB (Red+Green+Blue) = 0+118+101=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #007665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007665 is #FF899A. Grayscale: #505050. Windows color (decimal): -16746907 or 6649344. OLE color: 6649344.

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

Color convert

RGB0118101-
CMYK100.140.54
HSL171.36º100%23.14%-
HSV(B)171.36º100%46.27%-
XYZ8.8313.914.53-
YUV80.78139.4170.38-

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.88%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=0%
G=53.88%
B=46.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0118101100.140.54171.3610023.14
Hex07665640E36ab6417
Octal01661451440166625314427
Binary01110110110010111001000111011011010101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007665; }

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

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

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

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

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

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

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

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