Html Css Color HEX #006B5D Tropical Rain Forest

📋 copy color: '#006B5D'

red 0 ◦ green 107 ◦ blue 93

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

Shades of Tropical Rain Forest #006B5D

Tints of Tropical Rain Forest #006B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 53.5%

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 0%
G = 53.5%
B = 46.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#006B5D (or 0x006B5D) is known color: Tropical Rain Forest. HEX triplet: 00, 6B and 5D. RGB value is (0,107,93). Sum of RGB (Red+Green+Blue) = 0+107+93=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #006B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B5D is #FF94A2. Grayscale: #494949. Windows color (decimal): -16749731 or 6122240. OLE color: 6122240.

HSL color Cylindrical-coordinate representation of color #006B5D: hue angle of 172.15º 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 #006B5D is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 107 93 -
CMYK 1 0 0.13 0.58
HSL 172.15º 1% 0.21% -
HSV(B) 172.15º 1% 0.42% -
XYZ 7.23 11.31 12.16 -
YUV 73.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 0 107 93 1 0 0.13 0.58 172.15 1 0.21
Hex 0 6B 5D 64 0 D 3A AC 64 15
Octal 0 153 135 144 0 15 72 254 144 25
Binary 0 1101011 1011101 1100100 0 1101 111010 10101100 1100100 10101

Color Harmonies of #006B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B5D

Black with #006B5D

Text Example


Text Example

White with #006B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,107,93); }

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

background-color css

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

 a { background-color: rgb(0,107,93); }

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

border-color css

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

 span { border-color: rgb(0,107,93); }

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