#066D63

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

Shades of Tropical Rain Forest #066D63

Tints of Tropical Rain Forest #066D63

Color information

#066D63 (or 0x066D63) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6D and 63. RGB value is (6,109,99). Sum of RGB (Red+Green+Blue) = 6+109+99=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #066D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D63 is #F9929C. Grayscale: #4D4D4D. Windows color (decimal): -16355997 or 6515974. OLE color: 6515974.

HSL color Cylindrical-coordinate representation of color #066D63: hue angle of 174.17º 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 #066D63 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB610999-
CMYK0.9400.090.57
HSL174.17º89.57%22.55%-
HSV(B)174.17º94.5%42.75%-
XYZ7.811.8813.69-
YUV77.06140.3877.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 109 (42.97% from 255) = 50.93%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=2.80%
G=50.93%
B=46.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6109990.9400.090.57174.1789.5722.55
Hex66D635E0939ae5a17
Octal61551431360117125613227
Binary1101101101110001110111100100111100110101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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