#066C61

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

Shades of Tropical Rain Forest #066C61

Tints of Tropical Rain Forest #066C61

Color information

#066C61 (or 0x066C61) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6C and 61. RGB value is (6,108,97). Sum of RGB (Red+Green+Blue) = 6+108+97=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #066C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C61 is #F9939E. Grayscale: #4C4C4C. Windows color (decimal): -16356255 or 6384646. OLE color: 6384646.

HSL color Cylindrical-coordinate representation of color #066C61: hue angle of 173.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C61 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB610897-
CMYK0.9400.100.58
HSL173.53º89.47%22.35%-
HSV(B)173.53º94.44%42.35%-
XYZ7.611.6313.15-
YUV76.25139.7177.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=2.84%
G=51.18%
B=45.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6108970.9400.100.58173.5389.4722.35
Hex66C615E0A3Aae5916
Octal61541411360127225613126
Binary1101101100110000110111100101011101010101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,108,97); }

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

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

 a { background-color: rgb(6,108,97); }

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

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

 span { border-color: rgb(6,108,97); }

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