#06715A

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

Shades of Tropical Rain Forest #06715A

Tints of Tropical Rain Forest #06715A

Color information

#06715A (or 0x06715A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 71 and 5A. RGB value is (6,113,90). Sum of RGB (Red+Green+Blue) = 6+113+90=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #06715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06715A is #F98EA5. Grayscale: #4E4E4E. Windows color (decimal): -16354982 or 5927174. OLE color: 5927174.

HSL color Cylindrical-coordinate representation of color #06715A: hue angle of 167.1º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06715A is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB611390-
CMYK0.9500.200.56
HSL167.1º89.92%23.33%-
HSV(B)167.1º94.69%44.31%-
XYZ7.8312.5911.69-
YUV78.39134.5576.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=2.87%
G=54.07%
B=43.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113900.9500.200.56167.189.9223.33
Hex6715A5F01438a75a17
Octal61611321370247024713227
Binary11011100011011010101111101010011100010100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06715A; }

 p { color: rgb(6,113,90); }

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

<style>
 a { background-color: #06715A; }

 a { background-color: rgb(6,113,90); }

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

<style>
 span { border-color: #06715A; }

 span { border-color: rgb(6,113,90); }

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