#00715C

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

Shades of Tropical Rain Forest #00715C

Tints of Tropical Rain Forest #00715C

Color information

#00715C (or 0x00715C) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 71 and 5C. RGB value is (0,113,92). Sum of RGB (Red+Green+Blue) = 0+113+92=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #00715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00715C is #FF8EA3. Grayscale: #4C4C4C. Windows color (decimal): -16748196 or 6058240. OLE color: 6058240.

HSL color Cylindrical-coordinate representation of color #00715C: hue angle of 168.85º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00715C is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB011392-
CMYK100.190.56
HSL168.85º100%22.16%-
HSV(B)168.85º100%44.31%-
XYZ7.8412.5812.14-
YUV76.82136.5673.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=0%
G=55.12%
B=44.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011392100.190.56168.8510022.16
Hex0715C6401338a96416
Octal01611341440237025114426
Binary011100011011100110010001001111100010101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00715C; }

 p { color: rgb(0,113,92); }

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

<style>
 a { background-color: #00715C; }

 a { background-color: rgb(0,113,92); }

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

<style>
 span { border-color: #00715C; }

 span { border-color: rgb(0,113,92); }

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