Html Css Color HEX #006A5B Tropical Rain Forest

📋 copy color: '#006A5B'

red 0 ◦ green 106 ◦ blue 91

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

Shades of Tropical Rain Forest #006A5B

Tints of Tropical Rain Forest #006A5B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 53.81%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 0%
G = 53.81%
B = 46.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#006A5B (or 0x006A5B) is known color: Tropical Rain Forest. HEX triplet: 00, 6A and 5B. RGB value is (0,106,91). Sum of RGB (Red+Green+Blue) = 0+106+91=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #006A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A5B is #FF95A4. Grayscale: #484848. Windows color (decimal): -16749989 or 5990912. OLE color: 5990912.

HSL color Cylindrical-coordinate representation of color #006A5B: hue angle of 171.51º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A5B is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 106 91 -
CMYK 1 0 0.14 0.58
HSL 171.51º 1% 0.21% -
HSV(B) 171.51º 1% 0.42% -
XYZ 7.04 11.06 11.66 -
YUV 72.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 0 106 91 1 0 0.14 0.58 171.51 1 0.21
Hex 0 6A 5B 64 0 E 3A AC 64 15
Octal 0 152 133 144 0 16 72 254 144 25
Binary 0 1101010 1011011 1100100 0 1110 111010 10101100 1100100 10101

Color Harmonies of #006A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A5B

Black with #006A5B

Text Example


Text Example

White with #006A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A5B; }

 p { color: rgb(0,106,91); }

 H1.HeaderClassName
 {
   color: #006A5B;
 }
 .AnyTagClassName
 {
   color: #006A5B;
 }
</style>

background-color css

<style>
 a { background-color: #006A5B; }

 a { background-color: rgb(0,106,91); }

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

border-color css

<style>
 span { border-color: #006A5B; }

 span { border-color: rgb(0,106,91); }

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