#07715D

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

Shades of Tropical Rain Forest #07715D

Tints of Tropical Rain Forest #07715D

Color information

#07715D (or 0x07715D) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 71 and 5D. RGB value is (7,113,93). Sum of RGB (Red+Green+Blue) = 7+113+93=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #07715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07715D is #F88EA2. Grayscale: #4F4F4F. Windows color (decimal): -16289443 or 6123783. OLE color: 6123783.

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

Color convert

RGB711393-
CMYK0.9400.180.56
HSL168.68º88.33%23.53%-
HSV(B)168.68º93.81%44.31%-
XYZ7.9712.6512.38-
YUV79.03135.8876.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=3.29%
G=53.05%
B=43.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7113930.9400.180.56168.6888.3323.53
Hex7715D5E01238a95818
Octal71611351360227025113030
Binary11111100011011101101111001001011100010101001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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