#07785A

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

Shades of Tropical Rain Forest #07785A

Tints of Tropical Rain Forest #07785A

Color information

#07785A (or 0x07785A) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 78 and 5A. RGB value is (7,120,90). Sum of RGB (Red+Green+Blue) = 7+120+90=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #07785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07785A is #F887A5. Grayscale: #525252. Windows color (decimal): -16287654 or 5928967. OLE color: 5928967.

HSL color Cylindrical-coordinate representation of color #07785A: hue angle of 164.07º 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 #07785A is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB712090-
CMYK0.9400.250.53
HSL164.07º88.98%24.9%-
HSV(B)164.07º94.17%47.06%-
XYZ8.6514.2211.96-
YUV82.79132.0673.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=3.23%
G=55.30%
B=41.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7120900.9400.250.53164.0788.9824.9
Hex7785A5E01935a45919
Octal71701321360316524413131
Binary11111110001011010101111001100111010110100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07785A; }

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

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

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

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

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

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

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

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