#07755F

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

Shades of Tropical Rain Forest #07755F

Tints of Tropical Rain Forest #07755F

Color information

#07755F (or 0x07755F) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 75 and 5F. RGB value is (7,117,95). Sum of RGB (Red+Green+Blue) = 7+117+95=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #07755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07755F is #F88AA0. Grayscale: #515151. Windows color (decimal): -16288417 or 6255879. OLE color: 6255879.

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

Color convert

RGB711795-
CMYK0.9400.190.54
HSL168º88.71%24.31%-
HSV(B)168º94.02%45.88%-
XYZ8.5113.5913-
YUV81.6135.5674.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=3.20%
G=53.42%
B=43.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117950.9400.190.5416888.7124.31
Hex7755F5E01336a85918
Octal71651371360236625013130
Binary11111101011011111101111001001111011010101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07755F; }

 p { color: rgb(7,117,95); }

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

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

 a { background-color: rgb(7,117,95); }

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

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

 span { border-color: rgb(7,117,95); }

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