Html Css Color HEX #006D5E Tropical Rain Forest

📋 copy color: '#006D5E'

red 0 ◦ green 109 ◦ blue 94

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

Shades of Tropical Rain Forest #006D5E

Tints of Tropical Rain Forest #006D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.69%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 0%
G = 53.69%
B = 46.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#006D5E (or 0x006D5E) is known color: Tropical Rain Forest. HEX triplet: 00, 6D and 5E. RGB value is (0,109,94). Sum of RGB (Red+Green+Blue) = 0+109+94=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #006D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D5E is #FF92A1. Grayscale: #4A4A4A. Windows color (decimal): -16749218 or 6188288. OLE color: 6188288.

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

Color convert

RGB 0 109 94 -
CMYK 1 0 0.14 0.57
HSL 171.74º 1% 0.21% -
HSV(B) 171.74º 1% 0.43% -
XYZ 7.49 11.75 12.46 -
YUV 74.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 0 109 94 1 0 0.14 0.57 171.74 1 0.21
Hex 0 6D 5E 64 0 E 39 AC 64 15
Octal 0 155 136 144 0 16 71 254 144 25
Binary 0 1101101 1011110 1100100 0 1110 111001 10101100 1100100 10101

Color Harmonies of #006D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D5E

Black with #006D5E

Text Example


Text Example

White with #006D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,94); }

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

background-color css

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

 a { background-color: rgb(0,109,94); }

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

border-color css

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

 span { border-color: rgb(0,109,94); }

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