#077858

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

Shades of Tropical Rain Forest #077858

Tints of Tropical Rain Forest #077858

Color information

#077858 (or 0x077858) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 78 and 58. RGB value is (7,120,88). Sum of RGB (Red+Green+Blue) = 7+120+88=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #077858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077858 is #F887A7. Grayscale: #525252. Windows color (decimal): -16287656 or 5797895. OLE color: 5797895.

HSL color Cylindrical-coordinate representation of color #077858: hue angle of 163.01º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077858 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB712088-
CMYK0.9400.270.53
HSL163.01º88.98%24.9%-
HSV(B)163.01º94.17%47.06%-
XYZ8.5714.1811.52-
YUV82.56131.0674.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=3.26%
G=55.81%
B=40.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7120880.9400.270.53163.0188.9824.9
Hex778585E01B35a35919
Octal71701301360336524313131
Binary11111110001011000101111001101111010110100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077858; }

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

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

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

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

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

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

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

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