#06775A

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

Shades of Tropical Rain Forest #06775A

Tints of Tropical Rain Forest #06775A

Color information

#06775A (or 0x06775A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 5A. RGB value is (6,119,90). Sum of RGB (Red+Green+Blue) = 6+119+90=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #06775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06775A is #F988A5. Grayscale: #515151. Windows color (decimal): -16353446 or 5928710. OLE color: 5928710.

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

Color convert

RGB611990-
CMYK0.9500.240.53
HSL164.6º90.4%24.51%-
HSV(B)164.6º94.96%46.67%-
XYZ8.5213.9711.92-
YUV81.91132.5673.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=2.79%
G=55.35%
B=41.86%

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
Decimal6119900.9500.240.53164.690.424.51
Hex6775A5F01835a55a19
Octal61671321370306524513231
Binary11011101111011010101111101100011010110100101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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