#007564

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

Shades of Tropical Rain Forest #007564

Tints of Tropical Rain Forest #007564

Color information

#007564 (or 0x007564) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 75 and 64. RGB value is (0,117,100). Sum of RGB (Red+Green+Blue) = 0+117+100=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #007564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007564 is #FF8A9B. Grayscale: #505050. Windows color (decimal): -16747164 or 6583552. OLE color: 6583552.

HSL color Cylindrical-coordinate representation of color #007564: hue angle of 171.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007564 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB0117100-
CMYK100.150.54
HSL171.28º100%22.94%-
HSV(B)171.28º100%45.88%-
XYZ8.6613.6414.23-
YUV80.08139.2470.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=0%
G=53.92%
B=46.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0117100100.150.54171.2810022.94
Hex07564640F36ab6417
Octal01651441440176625314427
Binary01110101110010011001000111111011010101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007564; }

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

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

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

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

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

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

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

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