#066C5A

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

Shades of Tropical Rain Forest #066C5A

Tints of Tropical Rain Forest #066C5A

Color information

#066C5A (or 0x066C5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6C and 5A. RGB value is (6,108,90). Sum of RGB (Red+Green+Blue) = 6+108+90=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #066C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C5A is #F993A5. Grayscale: #4B4B4B. Windows color (decimal): -16356262 or 5925894. OLE color: 5925894.

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

Color convert

RGB610890-
CMYK0.9400.170.58
HSL169.41º89.47%22.35%-
HSV(B)169.41º94.44%42.35%-
XYZ7.2811.511.51-
YUV75.45136.2178.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=2.94%
G=52.94%
B=44.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6108900.9400.170.58169.4189.4722.35
Hex66C5A5E0113Aa95916
Octal61541321360217225113126
Binary11011011001011010101111001000111101010101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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