#067766

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

Shades of Tropical Rain Forest #067766

Tints of Tropical Rain Forest #067766

Color information

#067766 (or 0x067766) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 66. RGB value is (6,119,102). Sum of RGB (Red+Green+Blue) = 6+119+102=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #067766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067766 is #F98899. Grayscale: #535353. Windows color (decimal): -16353434 or 6715142. OLE color: 6715142.

HSL color Cylindrical-coordinate representation of color #067766: hue angle of 170.97º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067766 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB6119102-
CMYK0.9500.140.53
HSL170.97º90.4%24.51%-
HSV(B)170.97º94.96%46.67%-
XYZ9.0714.1914.83-
YUV83.28138.5672.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=2.64%
G=52.42%
B=44.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61191020.9500.140.53170.9790.424.51
Hex677665F0E35ab5a19
Octal61671461370166525313231
Binary1101110111110011010111110111011010110101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067766; }

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

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

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

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

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

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

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

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