#006C4B

Color #006C4B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #006C4B

Tints of Watercourse #006C4B

Color information

#006C4B (or 0x006C4B) is unknown color: approx Watercourse. HEX triplet: 00, 6C and 4B. RGB value is (0,108,75). Sum of RGB (Red+Green+Blue) = 0+108+75=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #006C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006C4B is #FF93B4. Grayscale: #474747. Windows color (decimal): -16749493 or 4942848. OLE color: 4942848.

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

Color convert

RGB010875-
CMYK100.310.58
HSL161.67º100%21.18%-
HSV(B)161.67º100%42.35%-
XYZ6.6311.238.48-
YUV71.95129.7276.68-

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) = 59.02%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=0%
G=59.02%
B=40.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010875100.310.58161.6710021.18
Hex06C4B6401F3Aa26415
Octal01541131440377224214425
Binary011011001001011110010001111111101010100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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