Html Css Color HEX #09705D Tropical Rain Forest

📋 copy color: '#09705D'

red 9 ◦ green 112 ◦ blue 93

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

Shades of Tropical Rain Forest #09705D

Tints of Tropical Rain Forest #09705D

RGB

 RED value IS 9 (3.91% from 255) = 4.21%

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

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

R = 4.21%
G = 52.34%
B = 43.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#09705D (or 0x09705D) is known color: Tropical Rain Forest. HEX triplet: 09, 70 and 5D. RGB value is (9,112,93). Sum of RGB (Red+Green+Blue) = 9+112+93=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #09705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09705D is #F68FA2. Grayscale: #4F4F4F. Windows color (decimal): -16158627 or 6123529. OLE color: 6123529.

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

Color convert

RGB 9 112 93 -
CMYK 0.92 0 0.17 0.56
HSL 168.93º 0.85% 0.24% -
HSV(B) 168.93º 0.92% 0.44% -
XYZ 7.88 12.44 12.34 -
YUV 79.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 9 112 93 0.92 0 0.17 0.56 168.93 0.85 0.24
Hex 9 70 5D 5C 0 11 38 A9 55 18
Octal 11 160 135 134 0 21 70 251 125 30
Binary 1001 1110000 1011101 1011100 0 10001 111000 10101001 1010101 11000

Color Harmonies of #09705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09705D

Black with #09705D

Text Example


Text Example

White with #09705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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