#07725D

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

Shades of Tropical Rain Forest #07725D

Tints of Tropical Rain Forest #07725D

Color information

#07725D (or 0x07725D) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 72 and 5D. RGB value is (7,114,93). Sum of RGB (Red+Green+Blue) = 7+114+93=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #07725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07725D is #F88DA2. Grayscale: #4F4F4F. Windows color (decimal): -16289187 or 6124039. OLE color: 6124039.

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

Color convert

RGB711493-
CMYK0.9400.180.55
HSL168.22º88.43%23.73%-
HSV(B)168.22º93.86%44.71%-
XYZ8.0812.8712.41-
YUV79.61135.5576.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=3.27%
G=53.27%
B=43.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114930.9400.180.55168.2288.4323.73
Hex7725D5E01237a85818
Octal71621351360226725013030
Binary11111100101011101101111001001011011110101000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07725D; }

 p { color: rgb(7,114,93); }

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

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

 a { background-color: rgb(7,114,93); }

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

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

 span { border-color: rgb(7,114,93); }

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