#078258

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

Shades of Tropical Rain Forest #078258

Tints of Tropical Rain Forest #078258

Color information

#078258 (or 0x078258) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 82 and 58. RGB value is (7,130,88). Sum of RGB (Red+Green+Blue) = 7+130+88=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #078258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078258 is #F87DA7. Grayscale: #585858. Windows color (decimal): -16285096 or 5800455. OLE color: 5800455.

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

Color convert

RGB713088-
CMYK0.9500.320.49
HSL159.51º89.78%26.86%-
HSV(B)159.51º94.62%50.98%-
XYZ9.8316.7211.94-
YUV88.44127.7569.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=3.11%
G=57.78%
B=39.11%

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
Decimal7130880.9500.320.49159.5189.7826.86
Hex782585F02031a05a1b
Octal72021301370406124013233
Binary1111000001010110001011111010000011000110100000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078258; }

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

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

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

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

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

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

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

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