#007961

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

Shades of Tropical Rain Forest #007961

Tints of Tropical Rain Forest #007961

Color information

#007961 (or 0x007961) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 79 and 61. RGB value is (0,121,97). Sum of RGB (Red+Green+Blue) = 0+121+97=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #007961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007961 is #FF869E. Grayscale: #525252. Windows color (decimal): -16746143 or 6387968. OLE color: 6387968.

HSL color Cylindrical-coordinate representation of color #007961: hue angle of 168.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007961 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB012197-
CMYK100.200.53
HSL168.1º100%23.73%-
HSV(B)168.1º100%47.45%-
XYZ914.5413.64-
YUV82.08136.4169.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=0%
G=55.50%
B=44.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012197100.200.53168.110023.73
Hex079616401435a86418
Octal01711411440246525014430
Binary011110011100001110010001010011010110101000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007961; }

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

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

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

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

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

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

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

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