Html Css Color HEX #06775A Tropical Rain Forest

📋 copy color: '#06775A'

red 6 ◦ green 119 ◦ blue 90

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

Shades of Tropical Rain Forest #06775A

Tints of Tropical Rain Forest #06775A

RGB

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

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

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

R = 2.79%
G = 55.35%
B = 41.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#06775A (or 0x06775A) is known color: Tropical Rain Forest. HEX triplet: 06, 77 and 5A. RGB value is (6,119,90). Sum of RGB (Red+Green+Blue) = 6+119+90=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #06775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06775A is #F988A5. Grayscale: #515151. Windows color (decimal): -16353446 or 5928710. OLE color: 5928710.

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

Color convert

RGB 6 119 90 -
CMYK 0.95 0 0.24 0.53
HSL 164.6º 0.9% 0.25% -
HSV(B) 164.6º 0.95% 0.47% -
XYZ 8.52 13.97 11.92 -
YUV 81.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 6 119 90 0.95 0 0.24 0.53 164.6 0.9 0.25
Hex 6 77 5A 5F 0 18 35 A5 5A 19
Octal 6 167 132 137 0 30 65 245 132 31
Binary 110 1110111 1011010 1011111 0 11000 110101 10100101 1011010 11001

Color Harmonies of #06775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06775A

Black with #06775A

Text Example


Text Example

White with #06775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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