Html Css Color HEX #057661 Tropical Rain Forest

📋 copy color: '#057661'

red 5 ◦ green 118 ◦ blue 97

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

Shades of Tropical Rain Forest #057661

Tints of Tropical Rain Forest #057661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.64%

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 2.27%
G = 53.64%
B = 44.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#057661 (or 0x057661) is known color: Tropical Rain Forest. HEX triplet: 05, 76 and 61. RGB value is (5,118,97). Sum of RGB (Red+Green+Blue) = 5+118+97=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #057661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057661 is #FA899E. Grayscale: #515151. Windows color (decimal): -16419231 or 6387205. OLE color: 6387205.

HSL color Cylindrical-coordinate representation of color #057661: hue angle of 168.85º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057661 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 97 -
CMYK 0.96 0 0.18 0.54
HSL 168.85º 0.92% 0.24% -
HSV(B) 168.85º 0.96% 0.46% -
XYZ 8.7 13.85 13.52 -
YUV 81.82 136.56 73.21 -
System Red Green Blue C M Y K H S L
Decimal 5 118 97 0.96 0 0.18 0.54 168.85 0.92 0.24
Hex 5 76 61 60 0 12 36 A9 5C 18
Octal 5 166 141 140 0 22 66 251 134 30
Binary 101 1110110 1100001 1100000 0 10010 110110 10101001 1011100 11000

Color Harmonies of #057661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057661

Black with #057661

Text Example


Text Example

White with #057661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057661; }

 p { color: rgb(5,118,97); }

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

background-color css

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

 a { background-color: rgb(5,118,97); }

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

border-color css

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

 span { border-color: rgb(5,118,97); }

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