#07765E

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

Shades of Tropical Rain Forest #07765E

Tints of Tropical Rain Forest #07765E

Color information

#07765E (or 0x07765E) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 76 and 5E. RGB value is (7,118,94). Sum of RGB (Red+Green+Blue) = 7+118+94=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #07765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07765E is #F889A1. Grayscale: #525252. Windows color (decimal): -16288162 or 6190599. OLE color: 6190599.

HSL color Cylindrical-coordinate representation of color #07765E: hue angle of 167.03º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07765E is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB711894-
CMYK0.9400.200.54
HSL167.03º88.8%24.51%-
HSV(B)167.03º94.07%46.27%-
XYZ8.5913.8112.8-
YUV82.07134.7374.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=3.20%
G=53.88%
B=42.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118940.9400.200.54167.0388.824.51
Hex7765E5E01436a75919
Octal71661361360246624713131
Binary11111101101011110101111001010011011010100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07765E; }

 p { color: rgb(7,118,94); }

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

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

 a { background-color: rgb(7,118,94); }

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

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

 span { border-color: rgb(7,118,94); }

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