Html Css Color HEX #07705D Tropical Rain Forest

📋 copy color: '#07705D'

red 7 ◦ green 112 ◦ blue 93

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

Shades of Tropical Rain Forest #07705D

Tints of Tropical Rain Forest #07705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.83%

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 3.3%
G = 52.83%
B = 43.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#07705D (or 0x07705D) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 5D. RGB value is (7,112,93). Sum of RGB (Red+Green+Blue) = 7+112+93=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #07705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705D is #F88FA2. Grayscale: #4E4E4E. Windows color (decimal): -16289699 or 6123527. OLE color: 6123527.

HSL color Cylindrical-coordinate representation of color #07705D: hue angle of 169.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07705D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 93 -
CMYK 0.94 0 0.17 0.56
HSL 169.14º 0.88% 0.23% -
HSV(B) 169.14º 0.94% 0.44% -
XYZ 7.86 12.42 12.34 -
YUV 78.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 7 112 93 0.94 0 0.17 0.56 169.14 0.88 0.23
Hex 7 70 5D 5E 0 11 38 A9 58 17
Octal 7 160 135 136 0 21 70 251 130 27
Binary 111 1110000 1011101 1011110 0 10001 111000 10101001 1011000 10111

Color Harmonies of #07705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07705D

Black with #07705D

Text Example


Text Example

White with #07705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07705D;
 }
 .AnyTagClassName
 {
   color: #07705D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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