#077261

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

Shades of Tropical Rain Forest #077261

Tints of Tropical Rain Forest #077261

Color information

#077261 (or 0x077261) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 72 and 61. RGB value is (7,114,97). Sum of RGB (Red+Green+Blue) = 7+114+97=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #077261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077261 is #F88D9E. Grayscale: #505050. Windows color (decimal): -16289183 or 6386183. OLE color: 6386183.

HSL color Cylindrical-coordinate representation of color #077261: hue angle of 170.47º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077261 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB711497-
CMYK0.9400.150.55
HSL170.47º88.43%23.73%-
HSV(B)170.47º93.86%44.71%-
XYZ8.2612.9413.37-
YUV80.07137.5575.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=3.21%
G=52.29%
B=44.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114970.9400.150.55170.4788.4323.73
Hex772615E0F37aa5818
Octal71621411360176725213030
Binary1111110010110000110111100111111011110101010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077261; }

 p { color: rgb(7,114,97); }

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

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

 a { background-color: rgb(7,114,97); }

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

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

 span { border-color: rgb(7,114,97); }

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