Html Css Color HEX #05765A Tropical Rain Forest

📋 copy color: '#05765A'

red 5 ◦ green 118 ◦ blue 90

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

Shades of Tropical Rain Forest #05765A

Tints of Tropical Rain Forest #05765A

RGB

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

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

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

R = 2.35%
G = 55.4%
B = 42.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#05765A (or 0x05765A) is known color: Tropical Rain Forest. HEX triplet: 05, 76 and 5A. RGB value is (5,118,90). Sum of RGB (Red+Green+Blue) = 5+118+90=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #05765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05765A is #FA89A5. Grayscale: #515151. Windows color (decimal): -16419238 or 5928453. OLE color: 5928453.

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

Color convert

RGB 5 118 90 -
CMYK 0.96 0 0.24 0.54
HSL 165.13º 0.92% 0.24% -
HSV(B) 165.13º 0.96% 0.46% -
XYZ 8.39 13.73 11.88 -
YUV 81.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 5 118 90 0.96 0 0.24 0.54 165.13 0.92 0.24
Hex 5 76 5A 60 0 18 36 A5 5C 18
Octal 5 166 132 140 0 30 66 245 134 30
Binary 101 1110110 1011010 1100000 0 11000 110110 10100101 1011100 11000

Color Harmonies of #05765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05765A

Black with #05765A

Text Example


Text Example

White with #05765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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