Html Css Color HEX #05705D Tropical Rain Forest

📋 copy color: '#05705D'

red 5 ◦ green 112 ◦ blue 93

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

Shades of Tropical Rain Forest #05705D

Tints of Tropical Rain Forest #05705D

RGB

 RED value IS 5 (2.34% from 255) = 2.38%

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

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

R = 2.38%
G = 53.33%
B = 44.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#05705D (or 0x05705D) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 5D. RGB value is (5,112,93). Sum of RGB (Red+Green+Blue) = 5+112+93=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #05705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05705D is #FA8FA2. Grayscale: #4D4D4D. Windows color (decimal): -16420771 or 6123525. OLE color: 6123525.

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

Color convert

RGB 5 112 93 -
CMYK 0.96 0 0.17 0.56
HSL 169.35º 0.91% 0.23% -
HSV(B) 169.35º 0.96% 0.44% -
XYZ 7.83 12.41 12.34 -
YUV 77.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 5 112 93 0.96 0 0.17 0.56 169.35 0.91 0.23
Hex 5 70 5D 60 0 11 38 A9 5B 17
Octal 5 160 135 140 0 21 70 251 133 27
Binary 101 1110000 1011101 1100000 0 10001 111000 10101001 1011011 10111

Color Harmonies of #05705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05705D

Black with #05705D

Text Example


Text Example

White with #05705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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