Html Css Color HEX #05705A Tropical Rain Forest

📋 copy color: '#05705A'

red 5 ◦ green 112 ◦ blue 90

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

Shades of Tropical Rain Forest #05705A

Tints of Tropical Rain Forest #05705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 2.42%
G = 54.11%
B = 43.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#05705A (or 0x05705A) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 5A. RGB value is (5,112,90). Sum of RGB (Red+Green+Blue) = 5+112+90=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #05705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05705A is #FA8FA5. Grayscale: #4D4D4D. Windows color (decimal): -16420774 or 5926917. OLE color: 5926917.

HSL color Cylindrical-coordinate representation of color #05705A: hue angle of 167.66º 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 #05705A is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 90 -
CMYK 0.96 0 0.20 0.56
HSL 167.66º 0.91% 0.23% -
HSV(B) 167.66º 0.96% 0.44% -
XYZ 7.7 12.36 11.65 -
YUV 77.5 135.05 76.29 -
System Red Green Blue C M Y K H S L
Decimal 5 112 90 0.96 0 0.20 0.56 167.66 0.91 0.23
Hex 5 70 5A 60 0 14 38 A8 5B 17
Octal 5 160 132 140 0 24 70 250 133 27
Binary 101 1110000 1011010 1100000 0 10100 111000 10101000 1011011 10111

Color Harmonies of #05705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05705A

Black with #05705A

Text Example


Text Example

White with #05705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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