#00785A

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

Shades of Tropical Rain Forest #00785A

Tints of Tropical Rain Forest #00785A

Color information

#00785A (or 0x00785A) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 78 and 5A. RGB value is (0,120,90). Sum of RGB (Red+Green+Blue) = 0+120+90=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #00785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00785A is #FF87A5. Grayscale: #505050. Windows color (decimal): -16746406 or 5928960. OLE color: 5928960.

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

Color convert

RGB012090-
CMYK100.250.53
HSL165º100%23.53%-
HSV(B)165º100%47.06%-
XYZ8.5614.1711.96-
YUV80.7133.2470.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012090100.250.5316510023.53
Hex0785A6401935a56418
Octal01701321440316524514430
Binary011110001011010110010001100111010110100101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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