#006B5B

Color #006B5B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #006B5B

Tints of Tropical Rain Forest #006B5B

Color information

#006B5B (or 0x006B5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6B and 5B. RGB value is (0,107,91). Sum of RGB (Red+Green+Blue) = 0+107+91=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #006B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B5B is #FF94A4. Grayscale: #494949. Windows color (decimal): -16749733 or 5991168. OLE color: 5991168.

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

Color convert

RGB010791-
CMYK100.150.58
HSL171.03º100%20.98%-
HSV(B)171.03º100%41.96%-
XYZ7.1511.2711.7-
YUV73.18138.0575.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=0%
G=54.04%
B=45.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010791100.150.58171.0310020.98
Hex06B5B640F3Aab6415
Octal01531331440177225314425
Binary01101011101101111001000111111101010101011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #006B5B;
 }
 .AnyTagClassName
 {
   color: #006B5B;
 }
</style>
background-color css

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

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

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

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

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

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