#066F5E

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

Shades of Tropical Rain Forest #066F5E

Tints of Tropical Rain Forest #066F5E

Color information

#066F5E (or 0x066F5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6F and 5E. RGB value is (6,111,94). Sum of RGB (Red+Green+Blue) = 6+111+94=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #066F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F5E is #F990A1. Grayscale: #4D4D4D. Windows color (decimal): -16355490 or 6188806. OLE color: 6188806.

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

Color convert

RGB611194-
CMYK0.9500.150.56
HSL170.29º89.74%22.94%-
HSV(B)170.29º94.59%43.53%-
XYZ7.7812.2212.54-
YUV77.67137.2176.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=2.84%
G=52.61%
B=44.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111940.9500.150.56170.2989.7422.94
Hex66F5E5F0F38aa5a17
Octal61571361370177025213227
Binary1101101111101111010111110111111100010101010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,111,94); }

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

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

 a { background-color: rgb(6,111,94); }

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

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

 span { border-color: rgb(6,111,94); }

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