#066F5B

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

Shades of Tropical Rain Forest #066F5B

Tints of Tropical Rain Forest #066F5B

Color information

#066F5B (or 0x066F5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6F and 5B. RGB value is (6,111,91). Sum of RGB (Red+Green+Blue) = 6+111+91=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #066F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F5B is #F990A4. Grayscale: #4D4D4D. Windows color (decimal): -16355493 or 5992198. OLE color: 5992198.

HSL color Cylindrical-coordinate representation of color #066F5B: hue angle of 168.57º 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 #066F5B is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB611191-
CMYK0.9500.180.56
HSL168.57º89.74%22.94%-
HSV(B)168.57º94.59%43.53%-
XYZ7.6512.1611.84-
YUV77.32135.7177.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=2.88%
G=53.37%
B=43.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111910.9500.180.56168.5789.7422.94
Hex66F5B5F01238a95a17
Octal61571331370227025113227
Binary11011011111011011101111101001011100010101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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