#066C60

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

Shades of Tropical Rain Forest #066C60

Tints of Tropical Rain Forest #066C60

Color information

#066C60 (or 0x066C60) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6C and 60. RGB value is (6,108,96). Sum of RGB (Red+Green+Blue) = 6+108+96=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #066C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C60 is #F9939F. Grayscale: #4C4C4C. Windows color (decimal): -16356256 or 6319110. OLE color: 6319110.

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

Color convert

RGB610896-
CMYK0.9400.110.58
HSL172.94º89.47%22.35%-
HSV(B)172.94º94.44%42.35%-
XYZ7.5511.6112.91-
YUV76.13139.2177.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=2.86%
G=51.43%
B=45.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6108960.9400.110.58172.9489.4722.35
Hex66C605E0B3Aad5916
Octal61541401360137225513126
Binary1101101100110000010111100101111101010101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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