#007864

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

Shades of Tropical Rain Forest #007864

Tints of Tropical Rain Forest #007864

Color information

#007864 (or 0x007864) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 78 and 64. RGB value is (0,120,100). Sum of RGB (Red+Green+Blue) = 0+120+100=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #007864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007864 is #FF879B. Grayscale: #515151. Windows color (decimal): -16746396 or 6584320. OLE color: 6584320.

HSL color Cylindrical-coordinate representation of color #007864: hue angle of 170º 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 #007864 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB0120100-
CMYK100.170.53
HSL170º100%23.53%-
HSV(B)170º100%47.06%-
XYZ9.0214.3514.35-
YUV81.84138.2469.63-

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) = 54.55%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=0%
G=54.55%
B=45.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0120100100.170.5317010023.53
Hex078646401135aa6418
Octal01701441440216525214430
Binary011110001100100110010001000111010110101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007864; }

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

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

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

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

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

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

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

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