#007162

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

Shades of Tropical Rain Forest #007162

Tints of Tropical Rain Forest #007162

Color information

#007162 (or 0x007162) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 71 and 62. RGB value is (0,113,98). Sum of RGB (Red+Green+Blue) = 0+113+98=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #007162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007162 is #FF8E9D. Grayscale: #4D4D4D. Windows color (decimal): -16748190 or 6451456. OLE color: 6451456.

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

Color convert

RGB011398-
CMYK100.130.56
HSL172.04º100%22.16%-
HSV(B)172.04º100%44.31%-
XYZ8.1112.6913.58-
YUV77.5139.5672.72-

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.55%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=0%
G=53.55%
B=46.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011398100.130.56172.0410022.16
Hex07162640D38ac6416
Octal01611421440157025414426
Binary01110001110001011001000110111100010101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007162; }

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

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

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

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

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

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

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

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