#066B5A

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

Shades of Tropical Rain Forest #066B5A

Tints of Tropical Rain Forest #066B5A

Color information

#066B5A (or 0x066B5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 6B and 5A. RGB value is (6,107,90). Sum of RGB (Red+Green+Blue) = 6+107+90=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #066B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B5A is #F994A5. Grayscale: #4A4A4A. Windows color (decimal): -16356518 or 5925638. OLE color: 5925638.

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

Color convert

RGB610790-
CMYK0.9400.160.58
HSL169.9º89.38%22.16%-
HSV(B)169.9º94.39%41.96%-
XYZ7.1811.2911.47-
YUV74.86136.5478.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=2.96%
G=52.71%
B=44.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107900.9400.160.58169.989.3822.16
Hex66B5A5E0103Aaa5916
Octal61531321360207225213126
Binary11011010111011010101111001000011101010101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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