#00663E

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

Shades of Watercourse #00663E

Tints of Watercourse #00663E

Color information

#00663E (or 0x00663E) is unknown color: approx Watercourse. HEX triplet: 00, 66 and 3E. RGB value is (0,102,62). Sum of RGB (Red+Green+Blue) = 0+102+62=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #00663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00663E is #FF99C1. Grayscale: #434343. Windows color (decimal): -16751042 or 4089344. OLE color: 4089344.

HSL color Cylindrical-coordinate representation of color #00663E: hue angle of 156.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00663E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB010262-
CMYK100.390.6
HSL156.47º100%20%-
HSV(B)156.47º100%40%-
XYZ5.629.856.16-
YUV66.94125.2180.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 62.20%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=0%
G=62.20%
B=37.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010262100.390.6156.4710020
Hex0663E640273C9c6414
Octal0146761440477423414424
Binary011001101111101100100010011111110010011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00663E; }

 p { color: rgb(0,102,62); }

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

<style>
 a { background-color: #00663E; }

 a { background-color: rgb(0,102,62); }

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

<style>
 span { border-color: #00663E; }

 span { border-color: rgb(0,102,62); }

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