#06775E

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

Shades of Tropical Rain Forest #06775E

Tints of Tropical Rain Forest #06775E

Color information

#06775E (or 0x06775E) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 5E. RGB value is (6,119,94). Sum of RGB (Red+Green+Blue) = 6+119+94=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #06775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06775E is #F988A1. Grayscale: #525252. Windows color (decimal): -16353442 or 6190854. OLE color: 6190854.

HSL color Cylindrical-coordinate representation of color #06775E: hue angle of 166.73º 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 #06775E is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB611994-
CMYK0.9500.210.53
HSL166.73º90.4%24.51%-
HSV(B)166.73º94.96%46.67%-
XYZ8.6914.0412.84-
YUV82.36134.5673.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=2.74%
G=54.34%
B=42.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119940.9500.210.53166.7390.424.51
Hex6775E5F01535a75a19
Octal61671361370256524713231
Binary11011101111011110101111101010111010110100111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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