#06775B

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

Shades of Tropical Rain Forest #06775B

Tints of Tropical Rain Forest #06775B

Color information

#06775B (or 0x06775B) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 5B. RGB value is (6,119,91). Sum of RGB (Red+Green+Blue) = 6+119+91=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #06775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06775B is #F988A4. Grayscale: #525252. Windows color (decimal): -16353445 or 5994246. OLE color: 5994246.

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

Color convert

RGB611991-
CMYK0.9500.240.53
HSL165.13º90.4%24.51%-
HSV(B)165.13º94.96%46.67%-
XYZ8.5613.9912.15-
YUV82.02133.0673.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=2.78%
G=55.09%
B=42.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119910.9500.240.53165.1390.424.51
Hex6775B5F01835a55a19
Octal61671331370306524513231
Binary11011101111011011101111101100011010110100101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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