Html Css Color HEX #06805A Tropical Rain Forest

📋 copy color: '#06805A'

red 6 ◦ green 128 ◦ blue 90

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

Shades of Tropical Rain Forest #06805A

Tints of Tropical Rain Forest #06805A

RGB

 RED value IS 6 (2.73% from 255) = 2.68%

 GREEN value IS 128 (50.39% from 255) = 57.14%

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

R = 2.68%
G = 57.14%
B = 40.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#06805A (or 0x06805A) is known color: Tropical Rain Forest. HEX triplet: 06, 80 and 5A. RGB value is (6,128,90). Sum of RGB (Red+Green+Blue) = 6+128+90=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #06805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06805A is #F97FA5. Grayscale: #575757. Windows color (decimal): -16351142 or 5931014. OLE color: 5931014.

HSL color Cylindrical-coordinate representation of color #06805A: hue angle of 161.31º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06805A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 128 90 -
CMYK 0.95 0 0.30 0.50
HSL 161.31º 0.91% 0.26% -
HSV(B) 161.31º 0.95% 0.5% -
XYZ 9.64 16.22 12.29 -
YUV 87.19 129.58 70.09 -
System Red Green Blue C M Y K H S L
Decimal 6 128 90 0.95 0 0.30 0.50 161.31 0.91 0.26
Hex 6 80 5A 5F 0 1E 32 A1 5B 1A
Octal 6 200 132 137 0 36 62 241 133 32
Binary 110 10000000 1011010 1011111 0 11110 110010 10100001 1011011 11010

Color Harmonies of #06805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06805A

Black with #06805A

Text Example


Text Example

White with #06805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,128,90); }

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

background-color css

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

 a { background-color: rgb(6,128,90); }

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

border-color css

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

 span { border-color: rgb(6,128,90); }

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