#007164

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

Shades of Tropical Rain Forest #007164

Tints of Tropical Rain Forest #007164

Color information

#007164 (or 0x007164) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 71 and 64. RGB value is (0,113,100). Sum of RGB (Red+Green+Blue) = 0+113+100=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #007164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007164 is #FF8E9B. Grayscale: #4D4D4D. Windows color (decimal): -16748188 or 6582528. OLE color: 6582528.

HSL color Cylindrical-coordinate representation of color #007164: hue angle of 173.1º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007164 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB0113100-
CMYK100.120.56
HSL173.1º100%22.16%-
HSV(B)173.1º100%44.31%-
XYZ8.2112.7314.08-
YUV77.73140.5672.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=0%
G=53.05%
B=46.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0113100100.120.56173.110022.16
Hex07164640C38ad6416
Octal01611441440147025514426
Binary01110001110010011001000110011100010101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007164; }

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

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

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

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

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

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

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

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