Html Css Color HEX #07725E Tropical Rain Forest

📋 copy color: '#07725E'

red 7 ◦ green 114 ◦ blue 94

#07725E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #07725E

Tints of Tropical Rain Forest #07725E

RGB

 RED value IS 7 (3.13% from 255) = 3.26%

 GREEN value IS 114 (44.92% from 255) = 53.02%

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 3.26%
G = 53.02%
B = 43.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#07725E (or 0x07725E) is known color: Tropical Rain Forest. HEX triplet: 07, 72 and 5E. RGB value is (7,114,94). Sum of RGB (Red+Green+Blue) = 7+114+94=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #07725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07725E is #F88DA1. Grayscale: #4F4F4F. Windows color (decimal): -16289186 or 6189575. OLE color: 6189575.

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

Color convert

RGB 7 114 94 -
CMYK 0.94 0 0.18 0.55
HSL 168.79º 0.88% 0.24% -
HSV(B) 168.79º 0.94% 0.45% -
XYZ 8.13 12.89 12.65 -
YUV 79.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 7 114 94 0.94 0 0.18 0.55 168.79 0.88 0.24
Hex 7 72 5E 5E 0 12 37 A9 58 18
Octal 7 162 136 136 0 22 67 251 130 30
Binary 111 1110010 1011110 1011110 0 10010 110111 10101001 1011000 11000

Color Harmonies of #07725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07725E

Black with #07725E

Text Example


Text Example

White with #07725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07725E;
 }
 .AnyTagClassName
 {
   color: #07725E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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