#007A64

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

Shades of Tropical Rain Forest #007A64

Tints of Tropical Rain Forest #007A64

Color information

#007A64 (or 0x007A64) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 7A and 64. RGB value is (0,122,100). Sum of RGB (Red+Green+Blue) = 0+122+100=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #007A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A64 is #FF859B. Grayscale: #525252. Windows color (decimal): -16745884 or 6584832. OLE color: 6584832.

HSL color Cylindrical-coordinate representation of color #007A64: hue angle of 169.18º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A64 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB0122100-
CMYK100.180.52
HSL169.18º100%23.92%-
HSV(B)169.18º100%47.84%-
XYZ9.2614.8414.43-
YUV83.01137.5868.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=0%
G=54.95%
B=45.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0122100100.180.52169.1810023.92
Hex07A646401234a96418
Octal01721441440226425114430
Binary011110101100100110010001001011010010101001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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