#076D5B

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

Shades of Tropical Rain Forest #076D5B

Tints of Tropical Rain Forest #076D5B

Color information

#076D5B (or 0x076D5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6D and 5B. RGB value is (7,109,91). Sum of RGB (Red+Green+Blue) = 7+109+91=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #076D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D5B is #F892A4. Grayscale: #4C4C4C. Windows color (decimal): -16290469 or 5991687. OLE color: 5991687.

HSL color Cylindrical-coordinate representation of color #076D5B: hue angle of 169.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D5B is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB710991-
CMYK0.9400.170.57
HSL169.41º87.93%22.75%-
HSV(B)169.41º93.58%42.75%-
XYZ7.4411.7411.77-
YUV76.45136.2178.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=3.38%
G=52.66%
B=43.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7109910.9400.170.57169.4187.9322.75
Hex76D5B5E01139a95817
Octal71551331360217125113027
Binary11111011011011011101111001000111100110101001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076D5B; }

 p { color: rgb(7,109,91); }

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

<style>
 a { background-color: #076D5B; }

 a { background-color: rgb(7,109,91); }

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

<style>
 span { border-color: #076D5B; }

 span { border-color: rgb(7,109,91); }

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