#06705A

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

Shades of Tropical Rain Forest #06705A

Tints of Tropical Rain Forest #06705A

Color information

#06705A (or 0x06705A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 70 and 5A. RGB value is (6,112,90). Sum of RGB (Red+Green+Blue) = 6+112+90=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #06705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06705A is #F98FA5. Grayscale: #4D4D4D. Windows color (decimal): -16355238 or 5926918. OLE color: 5926918.

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

Color convert

RGB611290-
CMYK0.9500.200.56
HSL167.55º89.83%23.14%-
HSV(B)167.55º94.64%43.92%-
XYZ7.7112.3711.65-
YUV77.8134.8876.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=2.88%
G=53.85%
B=43.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112900.9500.200.56167.5589.8323.14
Hex6705A5F01438a85a17
Octal61601321370247025013227
Binary11011100001011010101111101010011100010101000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06705A; }

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

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

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

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

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

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

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

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