#007F5D

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

Shades of Tropical Rain Forest #007F5D

Tints of Tropical Rain Forest #007F5D

Color information

#007F5D (or 0x007F5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 7F and 5D. RGB value is (0,127,93). Sum of RGB (Red+Green+Blue) = 0+127+93=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #007F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F5D is #FF80A2. Grayscale: #555555. Windows color (decimal): -16744611 or 6127360. OLE color: 6127360.

HSL color Cylindrical-coordinate representation of color #007F5D: hue angle of 163.94º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F5D is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB012793-
CMYK100.270.50
HSL163.94º100%24.9%-
HSV(B)163.94º100%49.8%-
XYZ9.5715.9712.93-
YUV85.15132.4267.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=0%
G=57.73%
B=42.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012793100.270.50163.9410024.9
Hex07F5D6401B32a46419
Octal01771351440336224414431
Binary011111111011101110010001101111001010100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007F5D; }

 p { color: rgb(0,127,93); }

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

<style>
 a { background-color: #007F5D; }

 a { background-color: rgb(0,127,93); }

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

<style>
 span { border-color: #007F5D; }

 span { border-color: rgb(0,127,93); }

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