#07725F

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

Shades of Tropical Rain Forest #07725F

Tints of Tropical Rain Forest #07725F

Color information

#07725F (or 0x07725F) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 72 and 5F. RGB value is (7,114,95). Sum of RGB (Red+Green+Blue) = 7+114+95=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #07725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07725F is #F88DA0. Grayscale: #4F4F4F. Windows color (decimal): -16289185 or 6255111. OLE color: 6255111.

HSL color Cylindrical-coordinate representation of color #07725F: hue angle of 169.35º 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 #07725F is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB711495-
CMYK0.9400.170.55
HSL169.35º88.43%23.73%-
HSV(B)169.35º93.86%44.71%-
XYZ8.1712.9112.89-
YUV79.84136.5576.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.24%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=3.24%
G=52.78%
B=43.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114950.9400.170.55169.3588.4323.73
Hex7725F5E01137a95818
Octal71621371360216725113030
Binary11111100101011111101111001000111011110101001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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