#078260

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

Shades of Tropical Rain Forest #078260

Tints of Tropical Rain Forest #078260

Color information

#078260 (or 0x078260) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 82 and 60. RGB value is (7,130,96). Sum of RGB (Red+Green+Blue) = 7+130+96=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #078260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078260 is #F87D9F. Grayscale: #595959. Windows color (decimal): -16285088 or 6324743. OLE color: 6324743.

HSL color Cylindrical-coordinate representation of color #078260: hue angle of 163.41º 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 #078260 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB713096-
CMYK0.9500.260.49
HSL163.41º89.78%26.86%-
HSV(B)163.41º94.62%50.98%-
XYZ10.1816.8513.78-
YUV89.35131.7569.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=3.00%
G=55.79%
B=41.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7130960.9500.260.49163.4189.7826.86
Hex782605F01A31a35a1b
Octal72021401370326124313233
Binary111100000101100000101111101101011000110100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078260; }

 p { color: rgb(7,130,96); }

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

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

 a { background-color: rgb(7,130,96); }

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

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

 span { border-color: rgb(7,130,96); }

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