#077465

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

Shades of Tropical Rain Forest #077465

Tints of Tropical Rain Forest #077465

Color information

#077465 (or 0x077465) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 74 and 65. RGB value is (7,116,101). Sum of RGB (Red+Green+Blue) = 7+116+101=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #077465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077465 is #F88B9A. Grayscale: #515151. Windows color (decimal): -16288667 or 6648839. OLE color: 6648839.

HSL color Cylindrical-coordinate representation of color #077465: hue angle of 171.74º degrees, saturation: 0.89, 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 #077465 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB7116101-
CMYK0.9400.130.55
HSL171.74º88.62%24.12%-
HSV(B)171.74º93.97%45.49%-
XYZ8.6813.4814.46-
YUV81.7138.8974.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.12%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=3.12%
G=51.79%
B=45.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71161010.9400.130.55171.7488.6224.12
Hex774655E0D37ac5918
Octal71641451360156725413130
Binary1111110100110010110111100110111011110101100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077465; }

 p { color: rgb(7,116,101); }

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

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

 a { background-color: rgb(7,116,101); }

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

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

 span { border-color: rgb(7,116,101); }

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