#06775F

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

Shades of Tropical Rain Forest #06775F

Tints of Tropical Rain Forest #06775F

Color information

#06775F (or 0x06775F) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 5F. RGB value is (6,119,95). Sum of RGB (Red+Green+Blue) = 6+119+95=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #06775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06775F is #F988A0. Grayscale: #525252. Windows color (decimal): -16353441 or 6256390. OLE color: 6256390.

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

Color convert

RGB611995-
CMYK0.9500.200.53
HSL167.26º90.4%24.51%-
HSV(B)167.26º94.96%46.67%-
XYZ8.7414.0613.08-
YUV82.48135.0673.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=2.73%
G=54.09%
B=43.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119950.9500.200.53167.2690.424.51
Hex6775F5F01435a75a19
Octal61671371370246524713231
Binary11011101111011111101111101010011010110100111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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