#07735D

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

Shades of Tropical Rain Forest #07735D

Tints of Tropical Rain Forest #07735D

Color information

#07735D (or 0x07735D) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 73 and 5D. RGB value is (7,115,93). Sum of RGB (Red+Green+Blue) = 7+115+93=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #07735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07735D is #F88CA2. Grayscale: #505050. Windows color (decimal): -16288931 or 6124295. OLE color: 6124295.

HSL color Cylindrical-coordinate representation of color #07735D: hue angle of 167.78º 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 #07735D is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB711593-
CMYK0.9400.190.55
HSL167.78º88.52%23.92%-
HSV(B)167.78º93.91%45.1%-
XYZ8.1913.112.45-
YUV80.2135.2275.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=3.26%
G=53.49%
B=43.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115930.9400.190.55167.7888.5223.92
Hex7735D5E01337a85918
Octal71631351360236725013130
Binary11111100111011101101111001001111011110101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07735D; }

 p { color: rgb(7,115,93); }

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

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

 a { background-color: rgb(7,115,93); }

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

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

 span { border-color: rgb(7,115,93); }

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