#007D61

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

Shades of Tropical Rain Forest #007D61

Tints of Tropical Rain Forest #007D61

Color information

#007D61 (or 0x007D61) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 7D and 61. RGB value is (0,125,97). Sum of RGB (Red+Green+Blue) = 0+125+97=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #007D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D61 is #FF829E. Grayscale: #545454. Windows color (decimal): -16745119 or 6388992. OLE color: 6388992.

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

Color convert

RGB012597-
CMYK100.220.51
HSL166.56º100%24.51%-
HSV(B)166.56º100%49.02%-
XYZ9.4915.5313.81-
YUV84.43135.0967.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 56.31%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=0%
G=56.31%
B=43.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal012597100.220.51166.5610024.51
Hex07D616401633a76419
Octal01751411440266324714431
Binary011111011100001110010001011011001110100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,125,97); }

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

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

 a { background-color: rgb(0,125,97); }

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

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

 span { border-color: rgb(0,125,97); }

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