Html Css Color HEX #05785A Tropical Rain Forest

📋 copy color: '#05785A'

red 5 ◦ green 120 ◦ blue 90

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

Shades of Tropical Rain Forest #05785A

Tints of Tropical Rain Forest #05785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.81%

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

R = 2.33%
G = 55.81%
B = 41.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#05785A (or 0x05785A) is known color: Tropical Rain Forest. HEX triplet: 05, 78 and 5A. RGB value is (5,120,90). Sum of RGB (Red+Green+Blue) = 5+120+90=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #05785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05785A is #FA87A5. Grayscale: #525252. Windows color (decimal): -16418726 or 5928965. OLE color: 5928965.

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

Color convert

RGB 5 120 90 -
CMYK 0.96 0 0.25 0.53
HSL 164.35º 0.92% 0.25% -
HSV(B) 164.35º 0.96% 0.47% -
XYZ 8.62 14.2 11.96 -
YUV 82.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 5 120 90 0.96 0 0.25 0.53 164.35 0.92 0.25
Hex 5 78 5A 60 0 19 35 A4 5C 19
Octal 5 170 132 140 0 31 65 244 134 31
Binary 101 1111000 1011010 1100000 0 11001 110101 10100100 1011100 11001

Color Harmonies of #05785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05785A

Black with #05785A

Text Example


Text Example

White with #05785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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