#066D65

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

Shades of Tropical Rain Forest #066D65

Tints of Tropical Rain Forest #066D65

Color information

#066D65 (or 0x066D65) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6D and 65. RGB value is (6,109,101). Sum of RGB (Red+Green+Blue) = 6+109+101=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #066D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D65 is #F9929A. Grayscale: #4D4D4D. Windows color (decimal): -16355995 or 6647046. OLE color: 6647046.

HSL color Cylindrical-coordinate representation of color #066D65: hue angle of 175.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D65 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB6109101-
CMYK0.9400.070.57
HSL175.34º89.57%22.55%-
HSV(B)175.34º94.5%42.75%-
XYZ7.8911.9214.2-
YUV77.29141.3877.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 109 (42.97% from 255) = 50.46%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=2.78%
G=50.46%
B=46.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61091010.9400.070.57175.3489.5722.55
Hex66D655E0739af5a17
Octal6155145136077125713227
Binary110110110111001011011110011111100110101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066D65; }

 p { color: rgb(6,109,101); }

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

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

 a { background-color: rgb(6,109,101); }

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

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

 span { border-color: rgb(6,109,101); }

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