#07705F

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

Shades of Tropical Rain Forest #07705F

Tints of Tropical Rain Forest #07705F

Color information

#07705F (or 0x07705F) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 70 and 5F. RGB value is (7,112,95). Sum of RGB (Red+Green+Blue) = 7+112+95=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #07705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705F is #F88FA0. Grayscale: #4E4E4E. Windows color (decimal): -16289697 or 6254599. OLE color: 6254599.

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

Color convert

RGB711295-
CMYK0.9400.150.56
HSL170.29º88.24%23.33%-
HSV(B)170.29º93.75%43.92%-
XYZ7.9512.4612.81-
YUV78.67137.2176.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=3.27%
G=52.34%
B=44.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112950.9400.150.56170.2988.2423.33
Hex7705F5E0F38aa5817
Octal71601371360177025213027
Binary1111110000101111110111100111111100010101010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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