#007F64

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

Shades of Tropical Rain Forest #007F64

Tints of Tropical Rain Forest #007F64

Color information

#007F64 (or 0x007F64) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 7F and 64. RGB value is (0,127,100). Sum of RGB (Red+Green+Blue) = 0+127+100=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #007F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F64 is #FF809B. Grayscale: #555555. Windows color (decimal): -16744604 or 6586112. OLE color: 6586112.

HSL color Cylindrical-coordinate representation of color #007F64: hue angle of 167.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F64 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB0127100-
CMYK100.210.50
HSL167.24º100%24.9%-
HSV(B)167.24º100%49.8%-
XYZ9.8916.114.64-
YUV85.95135.9266.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 100 (39.45% from 255) = 44.05%
R=0%
G=55.95%
B=44.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal0127100100.210.50167.2410024.9
Hex07F646401532a76419
Octal01771441440256224714431
Binary011111111100100110010001010111001010100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007F64; }

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

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

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

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

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

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

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

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