#006B61

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

Shades of Tropical Rain Forest #006B61

Tints of Tropical Rain Forest #006B61

Color information

#006B61 (or 0x006B61) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6B and 61. RGB value is (0,107,97). Sum of RGB (Red+Green+Blue) = 0+107+97=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #006B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B61 is #FF949E. Grayscale: #494949. Windows color (decimal): -16749727 or 6384384. OLE color: 6384384.

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

Color convert

RGB010797-
CMYK100.090.58
HSL174.39º100%20.98%-
HSV(B)174.39º100%41.96%-
XYZ7.4211.3813.11-
YUV73.87141.0575.31-

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) = 52.45%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=0%
G=52.45%
B=47.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010797100.090.58174.3910020.98
Hex06B6164093Aae6415
Octal01531411440117225614425
Binary01101011110000111001000100111101010101110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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