#006C63

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

Shades of Tropical Rain Forest #006C63

Tints of Tropical Rain Forest #006C63

Color information

#006C63 (or 0x006C63) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6C and 63. RGB value is (0,108,99). Sum of RGB (Red+Green+Blue) = 0+108+99=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #006C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C63 is #FF939C. Grayscale: #4A4A4A. Windows color (decimal): -16749469 or 6515712. OLE color: 6515712.

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

Color convert

RGB010899-
CMYK100.080.58
HSL175º100%21.18%-
HSV(B)175º100%42.35%-
XYZ7.6111.6313.65-
YUV74.68141.7274.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=0%
G=52.17%
B=47.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010899100.080.5817510021.18
Hex06C6364083Aaf6415
Octal01541431440107225714425
Binary01101100110001111001000100011101010101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,108,99); }

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

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

 a { background-color: rgb(0,108,99); }

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

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

 span { border-color: rgb(0,108,99); }

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