#07725C

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

Shades of Tropical Rain Forest #07725C

Tints of Tropical Rain Forest #07725C

Color information

#07725C (or 0x07725C) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 72 and 5C. RGB value is (7,114,92). Sum of RGB (Red+Green+Blue) = 7+114+92=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #07725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07725C is #F88DA3. Grayscale: #4F4F4F. Windows color (decimal): -16289188 or 6058503. OLE color: 6058503.

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

Color convert

RGB711492-
CMYK0.9400.190.55
HSL167.66º88.43%23.73%-
HSV(B)167.66º93.86%44.71%-
XYZ8.0412.8512.18-
YUV79.5135.0576.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=3.29%
G=53.52%
B=43.19%

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
Decimal7114920.9400.190.55167.6688.4323.73
Hex7725C5E01337a85818
Octal71621341360236725013030
Binary11111100101011100101111001001111011110101000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07725C; }

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

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

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

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

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

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

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

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