#06775D

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

Shades of Tropical Rain Forest #06775D

Tints of Tropical Rain Forest #06775D

Color information

#06775D (or 0x06775D) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 5D. RGB value is (6,119,93). Sum of RGB (Red+Green+Blue) = 6+119+93=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #06775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06775D is #F988A2. Grayscale: #525252. Windows color (decimal): -16353443 or 6125318. OLE color: 6125318.

HSL color Cylindrical-coordinate representation of color #06775D: hue angle of 166.19º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06775D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB611993-
CMYK0.9500.220.53
HSL166.19º90.4%24.51%-
HSV(B)166.19º94.96%46.67%-
XYZ8.6514.0212.61-
YUV82.25134.0673.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=2.75%
G=54.59%
B=42.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119930.9500.220.53166.1990.424.51
Hex6775D5F01635a65a19
Octal61671351370266524613231
Binary11011101111011101101111101011011010110100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,119,93); }

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

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

 a { background-color: rgb(6,119,93); }

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

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

 span { border-color: rgb(6,119,93); }

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