#066E5B

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

Shades of Tropical Rain Forest #066E5B

Tints of Tropical Rain Forest #066E5B

Color information

#066E5B (or 0x066E5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6E and 5B. RGB value is (6,110,91). Sum of RGB (Red+Green+Blue) = 6+110+91=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #066E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E5B is #F991A4. Grayscale: #4C4C4C. Windows color (decimal): -16355749 or 5991942. OLE color: 5991942.

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

Color convert

RGB611091-
CMYK0.9500.170.57
HSL169.04º89.66%22.75%-
HSV(B)169.04º94.55%43.14%-
XYZ7.5411.9511.81-
YUV76.74136.0477.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 110 (43.36% from 255) = 53.14%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=2.90%
G=53.14%
B=43.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6110910.9500.170.57169.0489.6622.75
Hex66E5B5F01139a95a17
Octal61561331370217125113227
Binary11011011101011011101111101000111100110101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,110,91); }

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

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

 a { background-color: rgb(6,110,91); }

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

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

 span { border-color: rgb(6,110,91); }

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