#06725E

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

Shades of Tropical Rain Forest #06725E

Tints of Tropical Rain Forest #06725E

Color information

#06725E (or 0x06725E) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 72 and 5E. RGB value is (6,114,94). Sum of RGB (Red+Green+Blue) = 6+114+94=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #06725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06725E is #F98DA1. Grayscale: #4F4F4F. Windows color (decimal): -16354722 or 6189574. OLE color: 6189574.

HSL color Cylindrical-coordinate representation of color #06725E: hue angle of 168.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06725E is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB611494-
CMYK0.9500.180.55
HSL168.89º90%23.53%-
HSV(B)168.89º94.74%44.71%-
XYZ8.1112.8812.65-
YUV79.43136.2275.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=2.80%
G=53.27%
B=43.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114940.9500.180.55168.899023.53
Hex6725E5F01237a95a18
Octal61621361370226725113230
Binary11011100101011110101111101001011011110101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06725E; }

 p { color: rgb(6,114,94); }

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

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

 a { background-color: rgb(6,114,94); }

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

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

 span { border-color: rgb(6,114,94); }

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