Html Css Color HEX #05775A Tropical Rain Forest

📋 copy color: '#05775A'

red 5 ◦ green 119 ◦ blue 90

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

Shades of Tropical Rain Forest #05775A

Tints of Tropical Rain Forest #05775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.61%

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

R = 2.34%
G = 55.61%
B = 42.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#05775A (or 0x05775A) is known color: Tropical Rain Forest. HEX triplet: 05, 77 and 5A. RGB value is (5,119,90). Sum of RGB (Red+Green+Blue) = 5+119+90=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #05775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05775A is #FA88A5. Grayscale: #515151. Windows color (decimal): -16418982 or 5928709. OLE color: 5928709.

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

Color convert

RGB 5 119 90 -
CMYK 0.96 0 0.24 0.53
HSL 164.74º 0.92% 0.24% -
HSV(B) 164.74º 0.96% 0.47% -
XYZ 8.5 13.96 11.92 -
YUV 81.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 5 119 90 0.96 0 0.24 0.53 164.74 0.92 0.24
Hex 5 77 5A 60 0 18 35 A5 5C 18
Octal 5 167 132 140 0 30 65 245 134 30
Binary 101 1110111 1011010 1100000 0 11000 110101 10100101 1011100 11000

Color Harmonies of #05775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05775A

Black with #05775A

Text Example


Text Example

White with #05775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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