#078359

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

Shades of Tropical Rain Forest #078359

Tints of Tropical Rain Forest #078359

Color information

#078359 (or 0x078359) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 83 and 59. RGB value is (7,131,89). Sum of RGB (Red+Green+Blue) = 7+131+89=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #078359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078359 is #F87CA6. Grayscale: #595959. Windows color (decimal): -16284839 or 5866247. OLE color: 5866247.

HSL color Cylindrical-coordinate representation of color #078359: hue angle of 159.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078359 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB713189-
CMYK0.9500.320.49
HSL159.68º89.86%27.06%-
HSV(B)159.68º94.66%51.37%-
XYZ10.011712.2-
YUV89.14127.9269.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 131 (51.56% from 255) = 57.71%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=3.08%
G=57.71%
B=39.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7131890.9500.320.49159.6889.8627.06
Hex783595F02031a05a1b
Octal72031311370406124013233
Binary1111000001110110011011111010000011000110100000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078359; }

 p { color: rgb(7,131,89); }

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

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

 a { background-color: rgb(7,131,89); }

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

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

 span { border-color: rgb(7,131,89); }

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