#067566

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

Shades of Tropical Rain Forest #067566

Tints of Tropical Rain Forest #067566

Color information

#067566 (or 0x067566) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 75 and 66. RGB value is (6,117,102). Sum of RGB (Red+Green+Blue) = 6+117+102=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #067566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067566 is #F98A99. Grayscale: #525252. Windows color (decimal): -16353946 or 6714630. OLE color: 6714630.

HSL color Cylindrical-coordinate representation of color #067566: hue angle of 171.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067566 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB6117102-
CMYK0.9500.130.54
HSL171.89º90.24%24.12%-
HSV(B)171.89º94.87%45.88%-
XYZ8.8313.7214.75-
YUV82.1139.2373.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=2.67%
G=52%
B=45.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61171020.9500.130.54171.8990.2424.12
Hex675665F0D36ac5a18
Octal61651461370156625413230
Binary1101110101110011010111110110111011010101100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067566; }

 p { color: rgb(6,117,102); }

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

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

 a { background-color: rgb(6,117,102); }

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

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

 span { border-color: rgb(6,117,102); }

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